Alerting & Response/Alert Events
GETAlertingSince 1.0SynchronousAuth Required
GetAlertStormSummary
Retrieve summary details for a specific alert storm group
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
groupIdStringRequiredGroup identifier for the storm to retrieve
Responses
Endpoint
GET/api/v1/alerting/storms/{groupId}
/api/v1/alerting/storms/{groupId}
Request Example
curl -X GET '{host}/api/v1/alerting/storms/{groupId}' -H 'Authorization: Bearer {token}'
Response Example
200{
"groupId": "storm-group-001",
"groupKey": "host=db-01,severity=critical",
"firstSeen": "example",
"lastSeen": "example",
"alertCount": 47,
"sampleAlerts": [
{}
],
"affectedHosts": [],
"state": "active"
}Change History
This API has no change history records yet.
