Get name and description of all object statistics
GET/sdwan/v2.5/api/monitor/object_stats
Get object stats API v2.5
Request
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
object_statistics ObjectStatsType[]required
Get details of the object statistics.
description required
The description of the object statistic. Maz size = 256.
name stringrequired
The name of the object statistic. Maz size = 128.
{
"object_statistics": [
{
"name": "string"
}
]
}
Loading...