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