Get Object Stats (v2.6)
GET/sdwan/v2.6/api/monitor/object_stats
List details of the object statistics.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
object_statistics ObjectStatsType[]
Get details of the object statistics.
description
The description of the object statistic. Maz size = 256.
name string
The name of the object statistic. Maz size = 128.
{
"object_statistics": [
{
"name": "string"
}
]
}
Loading...