Get queues

get/queues

Returns queues based on a standard filter.

Request Samples

1

Response Samples

1{
2 "name": "queues",
3 "start": 0,
4 "count": 2,
5 "links": [
6 {
7 "method": "GET",
8 "rel": "collection",
9 "href": "/svi-alert/queues",
10 "uri": "/svi-alert/queues",
11 "type": "application/vnd.sas.collection"
12 },
13 {
14 "method": "GET",
15 "rel": "self",
16 "href": "/svi-alert/queues?sortBy=creationTimeStamp:descending&start=0&limit=10",
17 "uri": "/svi-alert/queues?sortBy=creationTimeStamp:descending&start=0&limit=10",
18 "type": "application/vnd.sas.collection"
19 },
20 {
21 "method": "GET",
22 "rel": "next",
23 "href": "/svi-alert/queues?sortBy=creationTimeStamp:descending&start=10&limit=10",
24 "uri": "/svi-alert/queues?sortBy=creationTimeStamp:descending&start=10&limit=10",
25 "type": "application/vnd.sas.collection"
26 },
27 {
28 "method": "GET",
29 "rel": "last",
30 "href": "/svi-alert/queues?sortBy=creationTimeStamp:descending&start=460&limit=10",
31 "uri": "/svi-alert/queues?sortBy=creationTimeStamp:descending&start=460&limit=10",
32 "type": "application/vnd.sas.collection"
33 },
34 {
35 "method": "POST",
36 "rel": "createQueues",
37 "href": "/svi-alert/queues",
38 "uri": "/svi-alert/queues",
39 "type": "application/vnd.sas.collection",
40 "responseType": "application/vnd.sas.collection"
41 }
42 ],
43 "items": [
44 {
45 "acceptManualAlerts": false,
46 "createdBy": "videmo",
47 "creationTimeStamp": "2024-04-09T09:38:12.336Z",
48 "dispositions": [],
49 "domainId": "BatchJobTest_d_id_632620",
50 "holdDefaultDuration": 60,
51 "links": [
52 {
53 "method": "GET",
54 "rel": "self",
55 "href": "/svi-alert/queues/queue_24431382",
56 "uri": "/svi-alert/queues/queue_24431382",
57 "type": "application/vnd.sas.investigation.triage.queue"
58 },
59 {
60 "method": "PUT",
61 "rel": "update",
62 "href": "/svi-alert/queues/queue_24431382",
63 "uri": "/svi-alert/queues/queue_24431382",
64 "type": "application/vnd.sas.investigation.triage.queue",
65 "responseType": "application/vnd.sas.investigation.triage.queue"
66 },
67 {
68 "method": "GET",
69 "rel": "domain",
70 "href": "/svi-alert/domains/BatchJobTest_d_id_632620",
71 "uri": "/svi-alert/domains/BatchJobTest_d_id_632620",
72 "type": "application/vnd.sas.investigation.triage.domain"
73 },
74 {
75 "method": "GET",
76 "rel": "strategy",
77 "href": "/svi-alert/strategies/strategy_15038818",
78 "uri": "/svi-alert/strategies/strategy_15038818",
79 "type": "application/vnd.sas.investigation.triage.strategy"
80 }
81 ],
82 "modifiedBy": "videmo",
83 "modifiedTimeStamp": "2024-04-09T09:38:12.336Z",
84 "queueDescription": "Default Queue for BatchJobTest_d_name_632620",
85 "queueId": "queue_24431382",
86 "queueName": "Default Queue for BatchJobTest_d_name_632620",
87 "queuePriority": 32767,
88 "queueStatus": "ACTIVE",
89 "queueSticky": false,
90 "strategyId": "strategy_15038818",
91 "suppressDefaultDuration": 0,
92 "userCreatedQueue": false,
93 "version": 1
94 },
95 {
96 "acceptManualAlerts": false,
97 "createdBy": "videmo",
98 "creationTimeStamp": "2024-04-09T09:24:33.970Z",
99 "dispositions": [],
100 "domainId": "BatchJobTest_d_id_592159",
101 "holdDefaultDuration": 60,
102 "links": [
103 {
104 "method": "GET",
105 "rel": "self",
106 "href": "/svi-alert/queues/queue_12270700",
107 "uri": "/svi-alert/queues/queue_12270700",
108 "type": "application/vnd.sas.investigation.triage.queue"
109 },
110 {
111 "method": "PUT",
112 "rel": "update",
113 "href": "/svi-alert/queues/queue_12270700",
114 "uri": "/svi-alert/queues/queue_12270700",
115 "type": "application/vnd.sas.investigation.triage.queue",
116 "responseType": "application/vnd.sas.investigation.triage.queue"
117 },
118 {
119 "method": "GET",
120 "rel": "domain",
121 "href": "/svi-alert/domains/BatchJobTest_d_id_592159",
122 "uri": "/svi-alert"
123 }
124 ]
125 }
126 ]
127}

Query Parameters

NameTypeRequiredDescription
filter
string
false

Specifies the criteria for filtering the items. See Filtering in REST APIs.

<= 1000 characters
limit
integer<int32>
false

Specifies the maximum number of items to return. The default value is 10.

>= 0
Default:
10
sortBy
string
false

Specifies the criteria for sorting the items. See Sorting in REST APIs.

<= 1000 characters
Default:
creationTimeStamp:descending
start
integer<int32>
false

Specifies the index of the first item to return. The default value is 0.

>= 0
Default:
0
userId
string
false

Specifies the identifier for the given user.

<= 255 characters

Header Parameters

NameTypeRequiredDescription
Accept-Item
string
false

Specifies the media type of the items returned.

Allowed value:
application/vnd.sas.investigation.triage.queue+json

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
400Bad Request

The request was invalid.

Schema
500Internal Server Error

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

Schema