Create a scenario-fired event disposition
post/scenarioFiredEventDispositions
Creates a scenario-fired event disposition.
1{2 "links": [],3 "name": "ScenarioFiredEventDispositions",4 "accept": "application/vnd.sas.investigation.triage.scenario.fired.event.disposition+json",5 "start": 0,6 "count": 1,7 "items": [8 {9 "creationTimeStamp": "2024-07-26T15:29:53.752Z",10 "createdBy": "sas.svi-alert",11 "version": 1,12 "scenarioFiredEventDispositionId": "e763248a-7bda-4b53-945c-06fb582c3f95",13 "scenarioFiredEventId": "b538cede-2678-4a4a-9cfc-4c121113d63e",14 "alertDispositionId": "create_case_and_close",15 "resolutionCode\"": "PRODUCTIVE",16 "resolutionComment": "Automatic Disposition"17 }18 ],19 "limit": 10,20 "version": 221}
A collection of scenario-fired event disposition representations.
| Name | Type | Required | Description |
|---|---|---|---|
accept | string | false | A space-delimited list of media types from which an |
count | integer<int64> | false | If populated, this value indicates the number of items in the collection. |
limit | integer | false | The number of items that were requested for the collection. |
links | array [Link] | false | The links that apply to the collection. |
name | string | false | The name of the collection. |
start | integer<int64> | false | The zero-based index of the first item in the collection. |
version | integer | false | The version number of the collection representation. This representation is version 2. |
items | array [scenarioFiredEventDispositionRep] | false |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 201 | Created | A scenario-fired event disposition was created. | Headers | Schema |
| 400 | Bad Request | The request was invalid. | Schema |