Get Healthscore Parameters (v2.0)
GET/sdwan/v2.0/api/monitor/aiops/health
Get healthscore parameters.
Responses
- 200
- 500
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
data HealthData[]
The details of the health data.
fair object
Fair
good object
Good
others object
Others
poor object
Poor
total number
Total
type string
Type
end_time date
The end time to get the health data.
interval string
Possible values: [10sec
, 1min
, 5min
, 1hour
, 1day
, 1month
]
The interval time of the health data response.
start_time date
The start time to get the health data.
view object
View the health score data.
{
"data": [
{
"fair": {},
"good": {},
"others": {},
"poor": {},
"total": 0,
"type": "string"
}
],
"end_time": "2024-07-29",
"interval": "10sec",
"start_time": "2024-07-29",
"view": {}
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
_error ErrorResponse[]
code string
The error code.
message string
The error message.
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
Loading...