Monitoring & Collection/Monitoring Query & Overview
GETMonitoringSince 1.0SynchronousAuth Required
GetOverviewV2
Retrieve v2 platform overview with split warning and critical alert counts
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
This API requires no request parameters.
Responses
Endpoint
GET/api/v1/monitoring/overview-v2
/api/v1/monitoring/overview-v2
Request Example
curl -X GET '{host}/api/v1/monitoring/overview-v2' -H 'Authorization: Bearer {token}'
Response Example
200{
"totalPlatforms": 8,
"onlinePlatforms": 7,
"alertCountWarning": 5,
"alertCountCritical": 2,
"activeSilences": 1
}Change History
This API has no change history records yet.
