Create suppressed scenarios
post/suppressedScenarios
Creates suppressed scenarios.
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}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 |