Retrieve the alerting event scorecard

head/alertingEvents/{alertingEventId}/scorecard

Retrieves the headers for the scorecard representation for the specified alerting event.

Request Samples

1

Response Samples

1{
2 "content": {}
3}

Path Parameters

NameTypeRequiredDescription
alertingEventId
string
true

Specifies the identifier of the alerting event.

<= 36 characters

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
400Bad Request

The request was invalid.

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