Retrieve a collection of alerting events

head/alertingEvents

Retrieves the headers for a collection of alerting events based on the specified pagination, filtering, and sorting options.

Request Samples

1

Response Samples

1{
2 "content": {}
3}

Query Parameters

NameTypeRequiredDescription
deep
boolean
false

Specifies whether to return additional data.

Default:
false
filter
string
false

The criteria for filtering the items. See Filtering in REST APIs.

<= 1000 characters
limit
integer
false

Specifies the maximum number of items to return. The default value is 10.

>= 0
Default:
10
sortBy
string
false

The criteria for sorting the items. See Sorting in REST APIs.

<= 1000 characters
Default:
creationTimeStamp:descending
start
integer
false

Specifies the index of the first item to return. The default value is 0.

>= 0
Default:
0

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
400Bad Request

The request was invalid.

Schema