Create a scenario-fired event disposition

post/scenarioFiredEventDispositions

Creates a scenario-fired event disposition.

Request Samples

1

Response Samples

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": 2
21}

Request Body

A collection of scenario-fired event disposition representations.

NameTypeRequiredDescription
accept
string
false

A space-delimited list of media types from which an Accept header can be constructed.

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

Responses

StatusMeaningDescription
201Created

A scenario-fired event disposition was created.

HeadersSchema
400Bad Request

The request was invalid.

Schema