Get a variable from the session
get/sessions/{sessionId}/variables/{variableName}
Returns the information about the requested variable in the session. By default, the session variable resource is returned. You can get the simple value of the variable by specifying an Accept header of text/plain.
1{2 "name": "SYS_COMPUTE_SESSION_ID",3 "scope": "GLOBAL",4 "value": "RKEY-ses0000",5 "version": 16}
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | Headers | Schema |
400 | Bad Request | The request was invalid. | Schema | |
404 | Not Found | The variable does not exist at the requested path. | Schema |