Get App Object Statistics (v2.1)
GET/sdwan/v2.1/api/monitor/aiops/object_stats
Get the app object statistics.
Responses
- 200
- 500
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
data object
{
"data": {}
}
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...