Alerting & Response/On-Call
POSTOnCallSince 1.0SynchronousAuth Required
AcknowledgeEscalationAlert
Acknowledge an alert to stop further escalation notifications
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
alertIdStringRequiredIdentifier of the alert to acknowledge
Responses
Endpoint
POST/api/v1/oncall/alerts/{alertId}/acknowledge
/api/v1/oncall/alerts/{alertId}/acknowledge
Request Example
curl -X POST '{host}/api/v1/oncall/alerts/{alertId}/acknowledge' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{}'
Response Example
200{}Change History
This API has no change history records yet.
