Get engine information for a session
get/sessions/{sessionId}/engines/{engineName}
Returns information about a specific engine.
1{2 "hasDefinition": true,3 "legalName": "SAS Base Engine",4 "licensed": true,5 "links": [6 {7 "href": "/compute/sessions/24457a5d-68b6-432c-a463-c6dfb8bd0526-ses0000/engines/sase7",8 "method": "GET",9 "rel": "self",10 "type": "application/vnd.sas.data.engine",11 "uri": "/compute/sessions/24457a5d-68b6-432c-a463-c6dfb8bd0526-ses0000/engines/sase7"12 },13 {14 "href": "/compute/sessions/24457a5d-68b6-432c-a463-c6dfb8bd0526-ses0000/engines",15 "itemType": "application/vnd.sas.data.engine",16 "method": "GET",17 "rel": "up",18 "type": "application/vnd.sas.collection",19 "uri": "/compute/sessions/24457a5d-68b6-432c-a463-c6dfb8bd0526-ses0000/engines"20 },21 {22 "href": "/compute/sessions/24457a5d-68b6-432c-a463-c6dfb8bd0526-ses0000/engines/sase7/definition",23 "method": "GET",24 "rel": "definition",25 "type": "application/schema",26 "uri": "/compute/sessions/24457a5d-68b6-432c-a463-c6dfb8bd0526-ses0000/engines/sase7/definition"27 }28 ],29 "name": "sase7",30 "nickname": "BASE",31 "providerId": "compute",32 "version": 133}
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | Headers | Schema |
400 | Bad Request | The request was invalid. | Schema | |
404 | Not Found | No engine information exists at the requested path. | Schema | |
501 | Not Implemented | The requested engine is not supported. |