Update the alert disposition

put/alertDispositions/{dispositionId}

Updates the given alert disposition.

Request Samples

1

Response Samples

1{
2 "name": "alertDispositions",
3 "start": 0,
4 "count": 4,
5 "limit": 10,
6 "links": [
7 {
8 "method": "GET",
9 "rel": "collection",
10 "href": "/svi-alert/alertDispositions",
11 "type": "application/vnd.sas.collection",
12 "uri": "/svi-alert/alertDispositions"
13 },
14 {
15 "method": "GET",
16 "rel": "self",
17 "href": "/svi-alert/alertDispositions?start=0&limit=10",
18 "type": "application/vnd.sas.collection",
19 "uri": "/svi-alert/alertDispositions?start=0&limit=10"
20 },
21 {
22 "responseType": "application/vnd.sas.collection",
23 "method": "POST",
24 "rel": "createAlertDispositions",
25 "href": "/svi-alert/alertDispositions",
26 "type": "application/vnd.sas.collection",
27 "uri": "/svi-alert/alertDispositions"
28 }
29 ],
30 "items": [
31 {
32 "scenarioDispositionPromptFlag": false,
33 "rerouteQueuePromptFlag": false,
34 "commentPromptFlag": false,
35 "displayOrder": 1,
36 "scenarioProductivityCd": "NO",
37 "version": 1,
38 "alertDispositionResolutionCd": "NON_PRODUCTIVE",
39 "createdBy": "sas.svi-alert",
40 "autoCloseDays": 0,
41 "gridDisplayFlag": true,
42 "logicalDeleteFlag": false,
43 "modifiedTimeStamp": "2017-02-21T22:12:54.169Z",
44 "alertDispositionName": "Close Immediately",
45 "automationCompatible": true,
46 "modifiedBy": "sas.svi-alert",
47 "links": [
48 {
49 "method": "GET",
50 "rel": "self",
51 "href": "/svi-alert/alertDispositions/AD_BUILT_IN_CLOSE",
52 "type": "application/vnd.sas.investigation.triage.alert.disposition",
53 "uri": "/svi-alert/alertDispositions/AD_BUILT_IN_CLOSE"
54 },
55 {
56 "responseType": "application/vnd.sas.investigation.triage.alert.disposition",
57 "method": "PUT",
58 "rel": "update",
59 "href": "/svi-alert/alertDispositions/AD_BUILT_IN_CLOSE",
60 "type": "application/vnd.sas.investigation.triage.alert.disposition",
61 "uri": "/svi-alert/alertDispositions/AD_BUILT_IN_CLOSE"
62 },
63 {
64 "method": "DELETE",
65 "rel": "delete",
66 "href": "/svi-alert/alertDispositions/AD_BUILT_IN_CLOSE",
67 "type": "application/vnd.sas.investigation.triage.alert.disposition",
68 "uri": "/svi-alert/alertDispositions/AD_BUILT_IN_CLOSE"
69 }
70 ],
71 "creationTimeStamp": "2017-02-21T22:12:54.169Z",
72 "generateDetailedCommentFlag": false,
73 "alertDispositionId": "AD_BUILT_IN_CLOSE"
74 }
75 ],
76 "version": 2,
77 "accept": "application/vnd.sas.investigation.triage.alert.disposition+json"
78}

Path Parameters

NameTypeRequiredDescription
dispositionId
string
true

Specifies the identifier for the alert disposition.

<= 36 characters

Request Body

An alert disposition representation.

NameTypeRequiredDescription
alertDispositionId
string
false
<= 36 characters
alertDispositionName
string
false
<= 100 characters
alertDispositionDescription
string
false
<= 500 characters
alertDispositionResolutionCode
string
false
<= 20 characters
autoCloseDays
integer
false
rerouteQueuePromptFlag
boolean
false
rerouteQueueId
string
false
autoActivateMinutes
integer
false
autoActivateDays
integer
false
autoActivateScore
integer
false
autoActivateDelta
integer
false
autoActivatePercent
integer
false
restUrl
string
false
<= 500 characters
restPageTemplate
string
false
<= 100 characters
documentType
string
false
<= 36 characters
documentTypeId
integer
false
relationshipName
string
false
<= 100 characters
relationshipTypeId
integer
false
scenarioDispositionPromptFlag
boolean
false
gridDisplayFlag
boolean
false
displayOrder
integer
false
logicalDeleteFlag
boolean
false
promptForNoteFlag
boolean
false
generateCommentFlag
boolean
false
commentTemplate
string
false
<= 2000 characters
commentCategory
string
false
<= 50 characters
scenarioProductivityCode
string
false
<= 20 characters
queues
array [dispositionqueueRep]
false

A disposition queue representation.

promptForReasonFlag
boolean
false
solutionId
string
false
automationCompatible
boolean
false
creationTimeStamp
string
false
modifiedTimeStamp
string
false
createdBy
string
false
<= 255 characters
modifiedBy
string
false
<= 255 characters
links
array [Link]
false

A link representation.

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
400Bad Request

The request was invalid.

Schema
404Not Found

No disposition exists at the requested path.

Schema
412Precondition Failed

The If-Match request header did not match the disposition's entity tag, or the If-Unmodified-Since request header did not match the disposition's last modified timestamp.

Schema
428Precondition Required

The request headers did not include a If-Match or If-Unmodified-Since precondition.

Schema
500Internal Server Error

The request could not be fulfilled because of an unexpected server error.

Schema