Skip to main content
Alerting & Response/Alert Events
GETAlertingSince 1.0SynchronousAuth Required

CountActiveAlerts

Count the number of currently active (firing) alerts

Execution Availability

Try It Out

Submit a mock request using the current auth context and example-driven inputs.

Query Parameters

Request Inputs

Query Parameters

  • platformUuidString

    Platform UUID to filter active alert count Platform UUID to filter active alert count

Responses

200 OK

On success, this API returns the following response structure.

  • countString

    Number of currently active (firing) alerts

    Example: 7

Endpoint

GET/api/v1/alerting/alerts/count

/api/v1/alerting/alerts/count

Operation ID

CountActiveAlerts

Permalink

Request Example

curl -X GET '{host}/api/v1/alerting/alerts/count' -H 'Authorization: Bearer {token}'

Response Example

200
{
  "count": 7
}

Change History

This API has no change history records yet.

View all change history