Get a scenario-fired event

get/scenarioFiredEvents/{sfeId}

Returns the scenario-fired event with the specified identifier.

Request Samples

1

Response Samples

1{
2 "creationTimeStamp": "2024-04-30T08:01:14.349Z",
3 "modifiedTimeStamp": "2024-04-30T08:01:14.349Z",
4 "createdBy": "sas.svi-alert",
5 "modifiedBy": "sas.svi-alert",
6 "links": [
7 {
8 "method": "GET",
9 "rel": "self",
10 "href": "/svi-alert/scenarioFiredEvents/1557947b-7168-5547-9602-8b2793023038",
11 "uri": "/svi-alert/scenarioFiredEvents/1557947b-7168-5547-9602-8b2793023038",
12 "type": "application/vnd.sas.investigation.triage.scenario.fired.event.extended"
13 },
14 {
15 "method": "GET",
16 "rel": "context",
17 "href": "/svi-alert/scenarioFiredEvents/1557947b-7168-5547-9602-8b2793023038/replicatedObjects",
18 "uri": "/svi-alert/scenarioFiredEvents/1557947b-7168-5547-9602-8b2793023038/replicatedObjects",
19 "type": "application/json",
20 "responseType": "application/vnd.sas.collection",
21 "responseItemType": "application/vnd.sas.investigation.data.document"
22 }
23 ],
24 "version": 1,
25 "scenarioFiredEventId": "1557947b-7168-5547-9602-8b2793023038",
26 "scenarioFiredEntityType": "tdc_policy",
27 "scenarioFiredEntityId": "PA122236116",
28 "scenarioId": "049f02de-ef4a-497e-a9a3-61a80a8098f5",
29 "scenarioName": "Too Many Claims From Same IP Address",
30 "scenarioOriginCode": "SA",
31 "ruleId": "73b1a1d7-3307-4582-ad8d-8c9e67748c2f",
32 "deploymentId": "ff32c7d0-2088-4cb6-ab1e-6ebf54f8b6d4",
33 "score": 600,
34 "displayFlag": true,
35 "displayOrder": 1,
36 "displayTypeCode": "TEXT",
37 "messageTemplateText": "",
38 "messageValuesJson": {
39 "aggregation1": "4"
40 },
41 "messageValuesJsonAsText": "{\"aggregation1\":\"4\"}",
42 "recommendedQueueId": "insurance_investigations",
43 "contextRelationshipName": "tdc_claim",
44 "replicateFlag": true,
45 "replicationPolicy": "INTERNAL",
46 "receivedScenarioFiredEntityType": "tdc_policy",
47 "receivedScenarioFiredEntityId": "PA122236116",
48 "runStartTimeStamp": "2024-04-30T08:01:14.349Z",
49 "segmentGroupId": "",
50 "entitySegmentCode": "",
51 "appliedSegmentCode": "",
52 "alertingEventId": "80677c48-9c78-418a-972c-af5f9c621f4e"
53}

Path Parameters

NameTypeRequiredDescription
sfeId
string
true

The identifier for the scenario-fired event.

<= 36 characters

Query Parameters

NameTypeRequiredDescription
includeScenarioFiredEventLabels
boolean
false

Specifies whether to include scenario fired event labels in the response. If set to true there is a small performance overhead.

Default:
false

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
400Bad Request

The request was invalid.

Schema
404Not Found

No alert exists at the requested path.

Schema