Retrieve a summary of alert history actions

head/alerts/{alertId}/history/actions

Retrieve the headers for the summarized or detailed view of alert history actions for the given alert.

Request Samples

Path Parameters

NameTypeRequiredDescription
alertId
string
true

Specifies the identifier for the alert.

Query Parameters

NameTypeRequiredDescription
actionType
string
false

Specifies the action type.

limit
integer<int32>
false

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

Default:
10
sortBy
string
false

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

Default:
createdAt:descending
start
integer<int64>
false

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

Default:
0

Header Parameters

NameTypeRequiredDescription
Accept-Item
string
false

Specifies the media type of the items returned.

Allowed values:
application/vnd.sas.investigate.action+jsonapplication/vnd.sas.investigate.action.summary

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
400Bad Request

The request was invalid.

Schema
404Not Found

No alert exists at the requested path.

Schema