Update a domain

put/domains/{domainId}

Updates the domain with the given domain identifier.

Request Samples

1

Response Samples

1{
2 "items": [
3 {
4 "assignmentEnabledFlag": true,
5 "createdBy": "sas.svi-alert",
6 "creationTimeStamp": "2024-04-18T07:36:46.031Z",
7 "defaultAlertScore": 0,
8 "defaultManualAlertScore": 1000,
9 "dispositionReasonReferenceTableName": "DispResn_svidomain",
10 "domainDescription": "This is the default SAS Visual Investigator domain",
11 "domainId": "svidomain",
12 "domainName": "Visual Investigator Domain",
13 "links": [
14 {
15 "method": "GET",
16 "rel": "self",
17 "href": "/svi-alert/domains/svidomain",
18 "uri": "/svi-alert/domains/svidomain",
19 "type": "application/vnd.sas.investigation.triage.domain"
20 },
21 {
22 "method": "PUT",
23 "rel": "update",
24 "href": "/svi-alert/domains/svidomain",
25 "uri": "/svi-alert/domains/svidomain",
26 "type": "application/vnd.sas.investigation.triage.domain",
27 "responseType": "application/vnd.sas.investigation.triage.domain"
28 }
29 ],
30 "modifiedBy": "sas.svi-alert",
31 "modifiedTimeStamp": "2024-04-18T07:53:30.956Z",
32 "promptForSFEReasonCode": false,
33 "scoreAggregationPolicy": "SUM",
34 "solutionId": "sas_visual_investigator_default",
35 "userCreatedDomain": false,
36 "version": 1
37 }
38 ]
39}

Path Parameters

NameTypeRequiredDescription
domainId
string
true

Specifies the identifier for the domain.

<= 36 characters

Request Body

A domain representation.

NameTypeRequiredDescription
domainId
string
false
<= 36 characters
domainName
string
false
<= 100 characters
domainDescription
string
false
<= 510 characters
scoreAggregationPolicy
string
false
<= 20 characters
userCreatedDomain
boolean
false
assignmentEnabledFlag
boolean
false
dispositionReasonReferenceTableName
string
false
<= 50 characters
defaultManualAlertScore
integer
false
defaultAlertScore
integer
false
solutionId
string
false
<= 250 characters
promptForSFEReasonCode
boolean
false
suppressQueueId
string
false
<= 36 characters
sfeDispositionReasonProductivityMappingJson
object
false
creationTimeStamp
string
false
modifiedTimeStamp
string
false
createdBy
string
false
modifiedBy
string
false
links
array [Link]
false

A link representation.

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
400Bad Request

The request was invalid.

Schema
404Not Found

No domain exists at the requested path.

Schema
412Precondition Failed

The If-Match request header did not match the domain's entity tag, or the If-Unmodified-Since request header did not match the domain'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