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
ruleIdStringRequiredRule identifier to configure assignment for
Body Fields
enabledBooleanRequiredWhether to enable automatic assignment
Example: true
scheduleIdStringRequiredOn-call schedule identifier
Example: sched-001
escalateAfterMinutesIntegerRequiredMinutes before escalation triggers
Example: 30
escalateToScheduleIdStringRequiredEscalation target schedule identifier
Example: sched-002
Responses
Endpoint
PUT/api/v1/alerting/assignments/rules/{ruleId}
/api/v1/alerting/assignments/rules/{ruleId}
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.
