Alerting & Response/Alert Rules
GETAlertingSince 1.0SynchronousAuth Required
GetAlertEscalationRule
Retrieve the logging escalation rule configuration for an alert rule
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
ruleIdStringRequiredAlert rule identifier to retrieve escalation config for
Responses
Endpoint
GET/api/v1/alerting/rules/{ruleId}/logging-escalation
/api/v1/alerting/rules/{ruleId}/logging-escalation
Request Example
curl -X GET '{host}/api/v1/alerting/rules/{ruleId}/logging-escalation' -H 'Authorization: Bearer {token}'
Response Example
200{
"ruleId": "rule-abc123",
"enabled": true,
"keywords": [
{}
],
"windowSeconds": 300,
"minMatchCount": 3,
"scheduleId": "sched-001",
"escalateScheduleId": "sched-002",
"escalateAfterMinutes": 30
}Change History
This API has no change history records yet.
