Get Site or Path Level Aggregated Statistics (v2.1)
GET/sdwan/v2.1/api/monitor/aiops/aggregates
Get the site or path level aggregated statistics.
Responses
- 200
- 500
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
aggregates object[]
The aggregate number of supported app stats. Max number = 10.
end_time date
The end time to get the app stats.
start_time date
The start time to get the app statistics.
{
"aggregates": [
{}
],
"end_time": "2024-07-29",
"start_time": "2024-07-29"
}
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...