Get App Object Statistics (2.0)
GET/v2.0/api/tenants/:tenant_id/monitor/aiops/object_stats
Get app object statistics.
Request
Path Parameters
tenant_id stringrequired
The tenant ID.
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...