ConfigureAlertEscalationRule
Configure a logging-based escalation rule for an alert rule
PUT
/api/v1/alerting/rules/{ruleId}/logging-escalationOperation ID
ConfigureAlertEscalationRuleSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonPath Parameters
ruleIdStringRequiredAlert rule identifier to configure escalation for
Body Fields
enabledBooleanRequiredWhether to enable the escalation rule
Example: true
keywordsListRequiredKeyword patterns with severity levels
Example: (nested array)
patternStringLog keyword pattern to match
Example: OutOfMemory
severityStringSeverity to assign when pattern matches
Example: critical
windowSecondsIntegerRequiredEvaluation time window in seconds
Example: 300
minMatchCountIntegerRequiredMinimum matches to trigger escalation
Example: 3
scheduleIdStringRequiredPrimary on-call schedule identifier
Example: sched-001
