Skip to main content

Get SLA Report

Select

SaaS
Customer Managed

This operation returns SLA for specified entities

Request Body
  • countScheduledJobs integer
  • pageSize integer
  • type integer

    Valid values are 1(ByClient), 2(ByAgentType), 3(BackupsetSLA)

  • countFullJobsOnly integer
  • days integer
  • localeId object
  • country string
  • language string
  • localeName string
  • clientGroupFilter string[]
Responses

OK


Schema
  • threshold integer
  • dateAsOf string
  • totalRows integer
  • lastSLA object
  • date integer
  • unprotectedClients integer
  • excludedClients integer
  • protectedClients integer
  • trend object[]
  • date integer
  • unprotectedClients integer
  • excludedClients integer
  • protectedClients integer
  • unprotectedCategories object[]
  • category integer
  • value integer
  • req object
  • orderBy integer
  • pageNo integer
  • days integer
  • category integer
  • status integer
  • ccInfo object
  • commServeTZ string
  • commCellName string
  • commServeIP string
  • licenseMode string
  • commCellID string
  • edition string
  • slaDays integer[]
POST /slareport    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
Body

{
"countScheduledJobs": 0,
"pageSize": 0,
"type": 0,
"countFullJobsOnly": 0,
"days": 0,
"localeId": {
"country": "string",
"language": "string",
"localeName": "string"
},
"clientGroupFilter": [
"string"
]
}
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/SLAReport' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"countScheduledJobs": 0,
"pageSize": 0,
"type": 0,
"countFullJobsOnly": 0,
"days": 0,
"localeId": {
"country": "string",
"language": "string",
"localeName": "string"
},
"clientGroupFilter": [
"string"
]
}'