v3
latestOpenAPI 3.0.12026-07-31240345599.7 KBAlerts
Escalate alert to next
This endpoint is used to escalate an existing alert. Escalation triggers the defined escalation policies which could involve notifying additional users or teams, or increasing the frequency of notifications for the alert. This operation is particularly useful in situations where an alert requires urgent attention or has not been addressed within a certain timeframe according to the pre-set escalation paths.
post/api/{cloudId}/v1/alerts/{id}/escalate
Path parameters
idstring required
Identifier of the alert.
Request body
Response
Returned if the request is successful.
Example response
{
"result": "Request will be processed",
"requestId": "d383c6e9-b1e7-4b59-9c35-72f1a2187777"
}