Retrieve alert existence status
head/alertingEvents/{eventId}
Retrieves a status to indicate the existence of an alert associated with a specified alerting event.
| Name | Type | Required | Description |
|---|---|---|---|
eventId | string | true | Specifies the identifier of the alerting event to retrieve. <= 36 characters |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded. | Headers | Schema |
| 400 | Bad Request | The request was invalid. | Schema | |
| 403 | Forbidden | The user did not have the necessary permissions. | Schema | |
| 404 | Not Found | No alerting event exists at the requested path. | Schema | |
| 500 | Internal Server Error | The request could not be fulfilled because of an unexpected server error. | Schema |