Create scenario-fired event dispositions across different alerts

post/scenarioFiredEventDispositions/bulk

Creates scenario-fired event disposition across different alerts.

Request Samples

1

Response Samples

1{
2 "scenarioFiredEventDispositionReps": [
3 {
4 "creationTimeStamp": "2024-07-26T15:29:53.752Z",
5 "createdBy": "sas.svi-alert",
6 "version": 1,
7 "scenarioFiredEventDispositionId": "e763248a-7bda-4b53-945c-06fb582c3f95",
8 "scenarioFiredEventId": "b538cede-2678-4a4a-9cfc-4c121113d63e",
9 "alertDispositionId": "create_case_and_close",
10 "resolutionCode\"": "PRODUCTIVE",
11 "resolutionComment": "Automatic Disposition"
12 }
13 ],
14 "scenarioFiredEventFailedDispositionReps": [
15 {
16 "scenarioFiredEntityId": "650bab81-8513-d343-8950-8ee6514f888e",
17 "actionableEntityId": "PA125984445",
18 "alertId": "f65cf56e-1819-4550-b7a4-20d775843bf6",
19 "errorMessage": "Alert Access Error (Alert Checked out to another user)"
20 }
21 ]
22}

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

Scenario-fired event dispositions were created and failures were returned if applicable.

HeadersSchema
400Bad Request

The request was invalid.

Schema
500Internal Server Error

The request could not be fulfilled because of an unexpected server error.

Schema