Alerting & Response/Alert Routing & Policies
POSTAlertingSince 1.0SynchronousAuth Required
AssignAlertToOnCall
Assign an alert to the on-call engineer based on the assignment rule
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 assign
Body Fields
ruleIdStringRequiredRule identifier for assignment lookup
Example: rule-abc123
Responses
Endpoint
POST/api/v1/alerting/assignments/{alertId}/assign
/api/v1/alerting/assignments/{alertId}/assign
Request Example
curl -X POST '{host}/api/v1/alerting/assignments/{alertId}/assign' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"ruleId":"rule-abc123"}'
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.
