Get App Stats Aggregates (v3.0)
GET/sdwan/v3.0/api/monitor/aggregates
List all the supported app stats aggregates.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
aggregates AppStatsSupportedAggregate[]
Aggregates
description
The description of the apps. Max size = 256.
name string
The name of the apps. Max size = 126.
units string[]
The units of the app statistics.
{
"aggregates": [
{
"name": "string",
"units": [
"string"
]
}
]
}
Loading...