Create suppressed scenarios
post/suppressedScenarios
Creates suppressed scenarios.
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]
A suppressed scenario representation.
| Name | Type | Required | Description |
|---|---|---|---|
version | integer | false | |
suppressedScenarioId | string | false | <= 36 characters |
domainId | string | false | <= 36 characters |
scenarioFiredEntityId | string | false | <= 500 characters |
scenarioFiredEntityType | string | false | <= 36 characters |
scenarioId | string | false | <= 36 characters |
alertId | string | false | <= 36 characters |
alertVersion | integer | false | |
suppressionComment | string | false | |
recordCorrelator | string | false | <= 36 characters |
timeToRestore | string | false | |
creationTimeStamp | string | false | |
modifiedTimeStamp | string | false | |
createdBy | string | false | <= 255 characters |
modifiedBy | string | false | <= 255 characters |
links | array [Link] | false | A link representation. |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 201 | Created | A suppressed scenario was created. | Headers | Schema |
| 400 | Bad Request | The request was invalid. | Schema | |
| 403 | Forbidden | The user did not have the necessary permissions. | Schema | |
| 404 | Not Found | No suppressed scenario exists at the requested path. | Schema | |
| 412 | Precondition Failed | The | Schema | |
| 500 | Internal Server Error | The request could not be fulfilled because of an unexpected server error. | Schema |