Retrieve alert existence status

head/alertingEvents/{eventId}

Retrieves a status to indicate the existence of an alert associated with a specified alerting event.

Request Samples

1

Response Samples

1{
2 "content": {}
3}

Path Parameters

NameTypeRequiredDescription
eventId
string
true

Specifies the identifier of the alerting event to retrieve.

<= 36 characters

Query Parameters

NameTypeRequiredDescription
includeScenarioFiredEventLabels
boolean
false

Specifies whether to include scenario fired event labels in the response. When set to true, this has a small performance overhead.

Default:
false

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
500Internal Server Error

The request could not be fulfilled because of an unexpected server error.

Schema