Get a suppressed scenario

get/suppressedScenarios/{suppressedScenarioId}

Returns the representation for the specified suppressed scenario.

Request Samples

Response Samples

1{
2 "creationTimeStamp": "2024-04-24T10:41:52.193Z",
3 "modifiedTimeStamp": "2024-04-24T10:41:52.193Z",
4 "createdBy": "videmo",
5 "modifiedBy": "videmo",
6 "links": [
7 {
8 "method": "GET",
9 "rel": "self",
10 "href": "/svi-alert/suppressedScenarios/sup_1613282",
11 "uri": "/svi-alert/suppressedScenarios/sup_1613282",
12 "type": "application/vnd.sas.investigation.triage.suppressed.scenario"
13 },
14 {
15 "method": "PUT",
16 "rel": "update",
17 "href": "/svi-alert/suppressedScenarios/sup_1613282",
18 "uri": "/svi-alert/suppressedScenarios/sup_1613282",
19 "type": "application/vnd.sas.investigation.triage.suppressed.scenario",
20 "responseType": "application/vnd.sas.investigation.triage.suppressed.scenario"
21 },
22 {
23 "method": "DELETE",
24 "rel": "delete",
25 "href": "/svi-alert/suppressedScenarios/sup_1613282",
26 "uri": "/svi-alert/suppressedScenarios/sup_1613282",
27 "type": "application/vnd.sas.investigation.triage.suppressed.scenario"
28 }
29 ],
30 "suppressedScenarioId": "sup_1613282",
31 "domainId": "insurance_domain",
32 "scenarioFiredEntityId": "PA965463355",
33 "scenarioFiredEntityType": "tdc_policy",
34 "scenarioId": "446a4262-a9e7-4981-8b78-00946cd8bc3b",
35 "alertId": "da163089-2dd5-4e30-b118-344b8e1d8cd4",
36 "suppressionComment": "t",
37 "recordCorrelator": "bb837ea3-f679-4da4-8702-cae763dc2b46",
38 "timeToRestore": "2024-04-25T10:41:43.477Z"
39}

Path Parameters

NameTypeRequiredDescription
suppressedScenarioId
string
true

Specifies the identifier for the suppressed scenario.

<= 36 characters

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
400Bad Request

The request was invalid.

Schema
404Not Found

No suppressed scenario exists at the requested path.

Schema