Retrieve dispositions
head/strategies/{strategyId}/alertDispositions
Retrieves the headers for the dispositions for a given strategy.
| Name | Type | Required | Description |
|---|---|---|---|
strategyId | string | true | Specifies the identifier for the strategy. <= 36 characters |
| Name | Type | Required | Description |
|---|---|---|---|
filter | string | false | The criteria for filtering the items. See Filtering in REST APIs. <= 1000 characters |
limit | integer<int32> | 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<int32> | false | Specifies the index of the first item to return. The default value is 0. >= 0 Default: 0 |
userId | string | false | Specifies the identifier for the user. <= 255 characters |
| Name | Type | Required | Description |
|---|---|---|---|
Accept-Item | string | false | Specifies an optional header. If not present, or if it has a value of 'application/vnd.sas.investigation.triage.alert.disposition+json', then items of application/vnd.sas.investigation.triage.alert.disposition+json type are returned. Allowed value: application/vnd.sas.investigation.triage.alert.disposition+json |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded. | Headers | Schema |
| 400 | Bad Request | The request was invalid. | Schema |