Get App Object Statistics (v2.0)
GET/sdwan/v2.0/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
end_time date
filter AppStatsFilter
Filter
health_score object
object_type string
Possible values: [PeerStatistics
, IntfStatistics
, CellularModuleStatistics
, CellularAPNStatistics
, CellularAPNV6Statistics
, MulticastStatistics
, SecurityPolicyRule
, IntfPoEStatistics
, IntfLLDPStatistics
, IntfAAAStatistics
, IntfSTPStatistics
, STPStatistics
, PoEStatistics
, AppSummaryStats
, OSPFStatistics
]
Object Type
start_time date
{
"data": [
{}
],
"end_time": "2024-07-29",
"filter": {
"health_score": {}
},
"object_type": "PeerStatistics",
"start_time": "2024-07-29"
}
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...