Alerting & Response/Alert Routing & Policies
POSTAlertingSince 1.0SynchronousAuth Required
OverrideAlertAssignment
Override the current alert assignment to a different engineer
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
alertIdStringRequiredAlert identifier to override assignment for
Body Fields
assigneeIdStringRequiredNew assignee user identifier
Example: user-002
reasonStringRequiredReason for the override
Example: Original assignee is on vacation
operatorIdStringRequiredUser performing the override
Example: admin
Responses
Endpoint
POST/api/v1/alerting/assignments/{alertId}/override
/api/v1/alerting/assignments/{alertId}/override
Request Example
curl -X POST '{host}/api/v1/alerting/assignments/{alertId}/override' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"assigneeId":"user-002","reason":"Original assignee is on vacation","operatorId":"admin"}'
Response Example
200{
"alertId": "alert-789xyz",
"assigneeUserId": "user-001",
"assigneeName": "John Smith",
"assignedAt": "example",
"assignmentSource": "auto"
}Change History
This API has no change history records yet.
