Get an execution

get/executions

Returns an execution.

Request Samples

1

Response Samples

1{
2 "name": "taskExecutions",
3 "start": 0,
4 "count": 2,
5 "links": [
6 {
7 "method": "GET",
8 "rel": "collection",
9 "href": "/svi-alert/executions",
10 "type": "application/vnd.sas.collection",
11 "uri": "/svi-alert/executions"
12 },
13 {
14 "method": "GET",
15 "rel": "self",
16 "href": "/svi-alert/executions?start=0&limit=10",
17 "type": "application/vnd.sas.collection",
18 "uri": "/svi-alert/executions?start=0&limit=10"
19 },
20 {
21 "method": "GET",
22 "rel": "next",
23 "href": "/svi-alert/executions?start=10&limit=10",
24 "type": "application/vnd.sas.collection",
25 "uri": "/svi-alert/executions?start=10&limit=10"
26 },
27 {
28 "method": "GET",
29 "rel": "last",
30 "href": "/svi-alert/executions?start=7030&limit=10",
31 "type": "application/vnd.sas.collection",
32 "uri": "/svi-alert/executions?start=7030&limit=10"
33 }
34 ],
35 "items": [
36 {
37 "creationTimeStamp": "2024-04-08T14:34:56.582Z",
38 "modifiedTimeStamp": "2024-04-08T14:34:58.284Z",
39 "createdBy": "sas.svi-alert",
40 "modifiedBy": "sas.svi-alert",
41 "version": 1,
42 "name": "ConfigurationInstall",
43 "startedTimeStamp": "2024-04-08T14:34:56.539Z",
44 "endedTimeStamp": "2024-04-08T14:34:58.163Z",
45 "status": "FAILED",
46 "recordsProcessed": 0,
47 "errorText": "RuntimeException: Installation will be retried"
48 },
49 {
50 "creationTimeStamp": "2024-04-08T14:35:00.246Z",
51 "modifiedTimeStamp": "2024-04-08T14:35:01.449Z",
52 "createdBy": "sas.svi-alert",
53 "modifiedBy": "sas.svi-alert",
54 "version": 1,
55 "name": "ConfigurationInstall",
56 "startedTimeStamp": "2024-04-08T14:35:00.245Z",
57 "endedTimeStamp": "2024-04-08T14:35:01.430Z",
58 "status": "FAILED",
59 "recordsProcessed": 0,
60 "errorText": "RuntimeException: Installation will be retried"
61 }
62 ],
63 "version": 1,
64 "accept": "application/vnd.sas.investigation.triage.task.execution.history+json",
65 "description": "OK."
66}

Query Parameters

NameTypeRequiredDescription
filter
string
false

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.

>= 1
Default:
10
sortBy
string
false

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

Header Parameters

NameTypeRequiredDescription
Accept-Item
string
false

Specifies the media type of the items returned.

Allowed value:
application/vnd.sas.investigation.triage.task.execution.history+json

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema