Skip to main content
Alerting & Response/Alert Routing & Policies

ConfigureAlertAssignmentRule

Configure the on-call assignment rule for automatic alert routing

PUT/api/v1/alerting/assignments/rules/{ruleId}

Operation ID

ConfigureAlertAssignmentRule

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

    Rule identifier to configure assignment for

Body Fields

  • enabled
    BooleanRequired

    Whether to enable automatic assignment

    Example: true

  • scheduleId
    StringRequired

    On-call schedule identifier

    Example: sched-001

  • escalateAfterMinutes
    IntegerRequired

    Minutes before escalation triggers

    Example: 30

  • escalateToScheduleId
    StringRequired

    Escalation target schedule identifier

    Example: sched-002

Responses

200 OK
200 OK

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