v3
latestOpenAPI 3.0.12026-07-31240345599.7 KBAlerts
Get request status
Alert creation, deletion, and action requests are processed asynchronously to provide higher availability and scalability. This endpoint is used to track the status and alert details (if any) of the request whose identifier is given.
get/api/{cloudId}/v1/alerts/requests/{id}
Path parameters
idstring required
Identifier of the questioned request. Please note that ID of the request was provided within response.
Response
Returned if the request is successful.
Example response
{
"action": "Create",
"processedAt": "2024-01-05T07:44:10.409Z",
"isSuccess": true,
"status": "Alert does not exist",
"alertId": "9b251e07-73c9-4907-9996-8cb53a6a20d0-1704440650350",
"alias": "DatabaseConnectionFailure_DatabaseServer1"
}