Skip to main content
Alerting & Response/Alert Rules

ConfigureAlertEscalationRule

Configure a logging-based escalation rule for an alert rule

PUT/api/v1/alerting/rules/{ruleId}/logging-escalation

Operation ID

ConfigureAlertEscalationRule

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

application/json

Path Parameters

  • ruleId
    StringRequired

    Alert rule identifier to configure escalation for

Body Fields

  • enabled
    BooleanRequired

    Whether to enable the escalation rule

    Example: true

  • keywords
    ListRequired

    Keyword patterns with severity levels

    Example: (nested array)

    • pattern
      String

      Log keyword pattern to match

      Example: OutOfMemory

    • severity
      String

      Severity to assign when pattern matches

      Example: critical

  • windowSeconds
    IntegerRequired

    Evaluation time window in seconds

    Example: 300

  • minMatchCount
    IntegerRequired

    Minimum matches to trigger escalation

    Example: 3

  • scheduleId
    StringRequired

    Primary on-call schedule identifier

    Example: sched-001

Responses

200 OK
200 OK

On success, this API returns an empty JSON object {}.