Skip to main content
Alerting & Response/On-Call

ProcessEscalationAlert

Process a firing alert through the specified escalation policy

POST/api/v1/oncall/escalation-policies/{policyId}/process/{alertId}

Operation ID

ProcessEscalationAlert

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

Path Parameters

  • policyId
    StringRequired

    ID of the escalation policy to use for processing the alert

  • alertId
    StringRequired

    Identifier of the alert to process through the escalation policy

Responses

200 OK
200 OK

On success, this API returns an empty JSON object {}.