Update a domain
put/domains/{domainId}
Updates the domain with the given domain identifier.
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": 137 }38 ]39}
| Name | Type | Required | Description |
|---|---|---|---|
domainId | string | true | Specifies the identifier for the domain. <= 36 characters |
A domain representation.
| Name | Type | Required | Description |
|---|---|---|---|
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. |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded. | Headers | Schema |
| 400 | Bad Request | The request was invalid. | Schema | |
| 404 | Not Found | No domain exists at the requested path. | Schema | |
| 412 | Precondition Failed | The | Schema | |
| 428 | Precondition Required | The request headers did not include a | Schema | |
| 500 | Internal Server Error | The request could not be fulfilled because of an unexpected server error. | Schema |