Retrieve alert processing status

head/alertingEvents/{eventId}/alert

Retrieve a status to indicate if an alert has been processed and is accessible.

Request Samples

1

Response Samples

1{
2 "content": {}
3}

Path Parameters

NameTypeRequiredDescription
eventId
string
true

Specifies the identifier for the given alerting event.

<= 36 characters

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
400Bad Request

The request was invalid.

Schema
403Forbidden

The user did not have the necessary permissions.

Schema
404Not Found

No alerting event exists at the requested path.

Schema