Skip to main content
Alerting & Response/Alert Routing & Policies
PUTAlertingSince 1.0SynchronousAuth Required

ConfigureAlertAssignmentRule

Configure the on-call assignment rule for automatic alert routing

Execution Availability

Try It Out

Submit a mock request using the current auth context and example-driven inputs.

Path Parameters

Request Inputs

Path Parameters

  • ruleIdStringRequired

    Rule identifier to configure assignment for

Body Fields

  • enabledBooleanRequired

    Whether to enable automatic assignment

    Example: true

  • scheduleIdStringRequired

    On-call schedule identifier

    Example: sched-001

  • escalateAfterMinutesIntegerRequired

    Minutes before escalation triggers

    Example: 30

  • escalateToScheduleIdStringRequired

    Escalation target schedule identifier

    Example: sched-002

Responses

200 OK

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

Endpoint

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

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

Operation ID

ConfigureAlertAssignmentRule

Permalink

Request Example

curl -X PUT '{host}/api/v1/alerting/assignments/rules/{ruleId}' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"enabled":true,"scheduleId":"sched-001","escalateAfterMinutes":30,"escalateToScheduleId":"sched-002"}'

Response Example

200
{}

Change History

This API has no change history records yet.

View all change history