Get a suppressed scenario

get/suppressedScenarios/{suppressedScenarioId}

Returns the representation for the specified suppressed scenario.

Request Samples

1

Response Samples

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

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