Get an option representation
get/sessions/{sessionId}/options/{optionName}
Returns information about the specified option, including the value.
1{2 "version": 1,3 "name": "MEMSIZE",4 "description": "Specifies the limit on the amount of virtual memory that can be used during a SAS session.",5 "value": "2147483648"6}
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | Headers | Schema |
400 | Bad Request | The request was invalid. | Schema | |
404 | Not Found | No such option name exists at the requested path. | Schema |