Perform a disposition on an alert

post/alertingEvents/{alertingEventId}/alertDecisions/{dispositionId}

Performs disposition on an alert associated with a given alerting event.

Request Samples

1

Response Samples

1{
2 "version": 1,
3 "alert": {
4 "creationTimeStamp": "2024-04-29T08:18:16.864Z",
5 "modifiedTimeStamp": "2024-04-29T11:59:22.481Z",
6 "createdBy": "sas.svi-alert",
7 "modifiedBy": "videmo",
8 "links": [
9 {
10 "method": "GET",
11 "rel": "self",
12 "href": "/svi-alert/alerts/924988ff-bdc3-466b-af16-1bb4a91937de",
13 "uri": "/svi-alert/alerts/924988ff-bdc3-466b-af16-1bb4a91937de",
14 "type": "application/vnd.sas.investigation.triage.alert"
15 },
16 {
17 "method": "GET",
18 "rel": "queue",
19 "href": "/svi-alert/queues/insurance_investigations",
20 "uri": "/svi-alert/queues/insurance_investigations",
21 "type": "application/vnd.sas.investigation.triage.queue"
22 }
23 ],
24 "version": 1,
25 "domainId": "insurance_domain",
26 "alertId": "924988ff-bdc3-466b-af16-1bb4a91937de",
27 "alertVersion": 1,
28 "alertVersionTimeStamp": "2024-04-29T08:18:16.864Z",
29 "actionableEntityType": "tdc_policy",
30 "actionableEntityId": "PA101526963",
31 "actionableEntityLabel": "PA101526963",
32 "initialScore": 600,
33 "currentScore": 600,
34 "highScore": 600,
35 "alertOriginCode": "SA",
36 "alertTypeCode": "DEFAULT",
37 "statusTimeStamp": "2024-04-29T11:59:22.182Z",
38 "enrichmentJson": {},
39 "dispositionTimeStamp": "2024-04-29T11:59:22.182Z",
40 "suppressFlag": false,
41 "holdFlag": false,
42 "routeFlag": false,
43 "queueEntryTimeStamp": "2024-04-29T08:18:16.874Z",
44 "alertProductiveFlag": false,
45 "alertServiceCount": 0,
46 "userServiceTimeStamp": "2024-04-29T11:59:22.182Z",
47 "systemServiceTimeStamp": "2024-04-29T11:59:22.477Z",
48 "alertStatusId": "CLOSED",
49 "initialAlertingEventId": "9cce5d48-9203-4d6e-8e4c-30860ec9ff78",
50 "currentAlertingEventId": "9cce5d48-9203-4d6e-8e4c-30860ec9ff78",
51 "highAlertingEventId": "9cce5d48-9203-4d6e-8e4c-30860ec9ff78",
52 "queueId": "insurance_investigations",
53 "lastUpdateNumber": 5,
54 "logicalDeleteFlag": false,
55 "alertDispositionId": "AD_BUILT_IN_CLOSE",
56 "alertDispositionResolutionCode": "NON_PRODUCTIVE",
57 "alertVersionTimestamp": "2024-04-29T08:18:16.864Z",
58 "statusTimestamp": "2024-04-29T11:59:22.182Z",
59 "dispositionTimestamp": "2024-04-29T11:59:22.182Z",
60 "queueEntryTimestamp": "2024-04-29T08:18:16.874Z",
61 "userServiceTimestamp": "2024-04-29T11:59:22.182Z",
62 "systemServiceTimestamp": "2024-04-29T11:59:22.477Z"
63 },
64 "message": "The disposition with the ID \"AD_BUILT_IN_CLOSE\" was successfully applied to the alert with the ID \"924988ff-bdc3-466b-af16-1bb4a91937de\".",
65 "alertChanged": true,
66 "success": true,
67 "alertId": "924988ff-bdc3-466b-af16-1bb4a91937de"
68}

Path Parameters

NameTypeRequiredDescription
alertingEventId
string
true

Specifies the identifier of the alerting event associated with the alert to be updated.

<= 36 characters
dispositionId
string
true

Specifies the identifier of the disposition to perform.

<= 36 characters

Responses

StatusMeaningDescription
200OK

The request succeeded.

Schema
400Bad Request

The request was invalid.

Schema
404Not Found

No disposition exists at the requested path.

Schema