ConfigureAlertAssignmentRule
Configure the on-call assignment rule for automatic alert routing
PUT
/api/v1/alerting/assignments/rules/{ruleId}Operation ID
ConfigureAlertAssignmentRuleSince
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
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
