Alerting & Response/Alert Events
GETAlertingSince 1.0SynchronousAuth Required
GetAlertEventStats
Get aggregate statistics for alert events by severity and resource type
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/alerting/events/stats
/api/v1/alerting/events/stats
Request Example
curl -X GET '{host}/api/v1/alerting/events/stats' -H 'Authorization: Bearer {token}'
Response Example
200{
"total": 150,
"firing": 12,
"acknowledged": 5,
"resolved": 133,
"bySeverity": null,
"byResource": null
}Change History
This API has no change history records yet.
