Get API resource links
get/
Returns a list of links to the top level resources in this API.
1{2 "version": 1,3 "links": [4 {5 "method": "GET",6 "rel": "contexts",7 "href": "/compute/contexts",8 "uri": "/compute/contexts",9 "type": "application/vnd.sas.collection",10 "itemType": "application/vnd.sas.compute.context"11 },12 {13 "method": "GET",14 "rel": "contextSummaries",15 "href": "/compute/contexts",16 "uri": "/compute/contexts",17 "type": "application/vnd.sas.collection",18 "itemType": "application/vnd.sas.compute.context.summary"19 },20 {21 "method": "POST",22 "rel": "createContext",23 "href": "/compute/contexts",24 "uri": "/compute/contexts",25 "type": "application/vnd.sas.compute.context.request",26 "responseType": "application/vnd.sas.compute.context"27 },28 {29 "method": "GET",30 "rel": "servers",31 "href": "/compute/servers",32 "uri": "/compute/servers",33 "type": "application/vnd.sas.collection",34 "itemType": "application/vnd.sas.compute.server"35 },36 {37 "method": "GET",38 "rel": "serverSummaries",39 "href": "/compute/servers",40 "uri": "/compute/servers",41 "type": "application/vnd.sas.collection",42 "itemType": "application/vnd.sas.compute.server.summary"43 },44 {45 "method": "GET",46 "rel": "sessions",47 "href": "/compute/sessions",48 "uri": "/compute/sessions",49 "type": "application/vnd.sas.collection",50 "itemType": "application/vnd.sas.compute.session"51 },52 {53 "method": "GET",54 "rel": "sessionSummaries",55 "href": "/compute/sessions",56 "uri": "/compute/sessions",57 "type": "application/vnd.sas.collection",58 "itemType": "application/vnd.sas.compute.session.summary"59 }60 ]61}
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | Headers | Schema |