Get API resource links

get/
Internal-Use Only

Returns a list of links to the top-level resources in this API.

Request Samples

1

Response Samples

1{
2 "links": [
3 {
4 "method": "GET",
5 "rel": "contexts",
6 "href": "/batch/contexts",
7 "uri": "/batch/contexts",
8 "type": "application/vnd.sas.collection",
9 "itemType": "application/vnd.sas.batch.context"
10 },
11 {
12 "method": "POST",
13 "rel": "createContext",
14 "href": "/batch/contexts",
15 "uri": "/batch/contexts",
16 "type": "application/vnd.sas.batch.context"
17 },
18 {
19 "method": "POST",
20 "rel": "createFileSet",
21 "href": "/batch/fileSets",
22 "uri": "/batch/fileSets",
23 "type": "application/vnd.sas.batch.file.set"
24 },
25 {
26 "method": "GET",
27 "rel": "fileSets",
28 "href": "/batch/fileSets",
29 "uri": "/batch/fileSets",
30 "type": "application/vnd.sas.collection",
31 "itemType": "application/vnd.sas.batch.file.set"
32 },
33 {
34 "method": "POST",
35 "rel": "createJobCommandBatch",
36 "href": "/batch/jobs",
37 "uri": "/batch/jobs",
38 "type": "application/vnd.sas.batch.job.request.command.batch"
39 },
40 {
41 "method": "POST",
42 "rel": "createJobCommandInteractive",
43 "href": "/batch/jobs",
44 "uri": "/batch/jobs",
45 "type": "application/vnd.sas.batch.job.request.command.interactive"
46 },
47 {
48 "method": "POST",
49 "rel": "createJobSASBatch",
50 "href": "/batch/jobs",
51 "uri": "/batch/jobs",
52 "type": "application/vnd.sas.batch.job.request.sas.batch"
53 },
54 {
55 "method": "POST",
56 "rel": "createJobSASLineMode",
57 "href": "/batch/jobs",
58 "uri": "/batch/jobs",
59 "type": "application/vnd.sas.batch.job.request.sas.line.mode"
60 },
61 {
62 "method": "GET",
63 "rel": "jobs",
64 "href": "/batch/jobs",
65 "uri": "/batch/jobs",
66 "type": "application/vnd.sas.collection",
67 "itemType": "application/vnd.sas.batch.job"
68 }
69 ],
70 "version": 1
71}

Responses

StatusMeaningDescription
200OKThe request succeeded.Schema