Retrieve the alert disposition status

head/alertDispositions/{dispositionId}/request

Retrieve a status indicator of whether the alert disposition has been processed and is accessible.

Request Samples

1

Response Samples

1{
2 "content": {}
3}

Path Parameters

NameTypeRequiredDescription
dispositionId
string
true

Specifies the identifier of the alert disposition.

<= 36 characters

Query Parameters

NameTypeRequiredDescription
alertId
string
false

Specifies the identifier of the alert.

<= 36 characters
alertIdMultiple
array [string]
false

Specifies a list of alert identifiers for which to retrieve the disposition request.

domainId
string
false

Specifies the identifier of the domain.

<= 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 disposition exists at the requested path.

Schema