Get an option representation

get/sessions/{sessionId}/options/{optionName}
Internal-Use Only

Returns information about the specified option, including the value.

Request Samples

1

Response Samples

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}

Path Parameters

NameTypeRequiredDescription
optionName
string
true

Specifies the name of the requested option.

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 such option name exists at the requested path.Schema