Get engine information for a session

get/sessions/{sessionId}/engines/{engineName}
Internal-Use Only

Returns information about a specific engine.

Request Samples

1

Response Samples

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": 1
33}

Path Parameters

NameTypeRequiredDescription
engineName
string
true

Specifies the name or nickname of the specified engine.

sessionId
string<object-id>
true

Specifies the ID of the session.

Responses

StatusMeaningDescription
200OKThe request succeeded.HeadersSchema
400Bad RequestThe request was invalid.Schema
404Not FoundNo engine information exists at the requested path.Schema
501Not ImplementedThe requested engine is not supported.