Get a domain

get/domains/{domainId}

Returns 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

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
400Bad Request

The request was invalid.

Schema
404Not Found

No domain exists at the requested path.

Schema