Get scenario-fired events

get/alerts/{alertId}/scenarioFiredEvents

Returns the scenario-fired events for the specified alert.

Request Samples

1

Response Samples

1{
2 "links": [],
3 "name": "extendedScenarioFiredEvents",
4 "accept": "application/vnd.sas.investigation.triage.scenario.fired.event.extended+json",
5 "start": 0,
6 "count": 1,
7 "items": [
8 {
9 "creationTimeStamp": "2024-05-13T08:39:31.868Z",
10 "modifiedTimeStamp": "2024-05-13T08:39:31.868Z",
11 "createdBy": "sas.svi-alert",
12 "modifiedBy": "sas.svi-alert",
13 "links": [
14 {
15 "method": "GET",
16 "rel": "self",
17 "href": "/svi-alert/scenarioFiredEvents/29347015-a6d1-0146-9c66-09cf50c2012c",
18 "uri": "/svi-alert/scenarioFiredEvents/29347015-a6d1-0146-9c66-09cf50c2012c",
19 "type": "application/vnd.sas.investigation.triage.scenario.fired.event.extended"
20 },
21 {
22 "method": "GET",
23 "rel": "context",
24 "href": "/svi-alert/scenarioFiredEvents/29347015-a6d1-0146-9c66-09cf50c2012c/replicatedObjects",
25 "uri": "/svi-alert/scenarioFiredEvents/29347015-a6d1-0146-9c66-09cf50c2012c/replicatedObjects",
26 "type": "application/json",
27 "responseType": "application/vnd.sas.collection",
28 "responseItemType": "application/vnd.sas.investigation.data.document"
29 }
30 ],
31 "version": 1,
32 "scenarioFiredEventId": "29347015-a6d1-0146-9c66-09cf50c2012c",
33 "scenarioFiredEntityType": "tdc_policy",
34 "scenarioFiredEntityId": "PA122236116",
35 "scenarioId": "049f02de-ef4a-497e-a9a3-61a80a8098f5",
36 "scenarioName": "Too Many Claims From Same IP Address",
37 "scenarioOriginCode": "SA",
38 "ruleId": "73b1a1d7-3307-4582-ad8d-8c9e67748c2f",
39 "deploymentId": "a98beda2-28f5-4d09-989d-fdbf112792c6",
40 "score": 600,
41 "displayFlag": true,
42 "displayOrder": 1,
43 "displayTypeCode": "TEXT",
44 "messageTemplateText": "",
45 "messageValuesJson": {
46 "aggregation1": "4"
47 },
48 "messageValuesJsonAsText": "{\"aggregation1\":\"4\"}",
49 "recommendedQueueId": "insurance_investigations",
50 "contextRelationshipName": "tdc_claim",
51 "contextTimeStampFieldName": "report_date",
52 "contextStartTimeStamp": "2017-01-01T00:00:00.000Z",
53 "contextEndTimeStamp": "2017-10-24T23:59:59.999Z",
54 "replicateFlag": true,
55 "replicationPolicy": "INTERNAL",
56 "receivedScenarioFiredEntityType": "tdc_policy",
57 "receivedScenarioFiredEntityId": "PA122236116",
58 "runStartTimeStamp": "2024-05-13T08:39:31.868Z",
59 "segmentGroupId": "",
60 "entitySegmentCode": "",
61 "appliedSegmentCode": "",
62 "alertId": "fe9011ef-602f-4b14-b337-80d0b7484262",
63 "alertVersionNumber": 1,
64 "alertingEventId": "8e9f9202-4b67-4ab3-ac37-db753b9d0baa",
65 "suppressedFlag": false
66 }
67 ],
68 "limit": 10,
69 "version": 2
70}

Path Parameters

NameTypeRequiredDescription
alertId
string
true

Specifies the identifier for the alert.

<= 36 characters

Query Parameters

NameTypeRequiredDescription
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

Header Parameters

NameTypeRequiredDescription
Accept-Item
string
true

Specifies the media type of the items returned.

Allowed value:
application/vnd.sas.investigation.triage.scenario.fired.event.extended+json

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
400Bad Request

The request was invalid.

Schema
404Not Found

No alert exists at the requested path.

Schema