Get an option representation

get/sessions/{sessionId}/options/{optionName}

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
200OK

The request succeeded.

HeadersSchema
400Bad Request

The request was invalid.

Schema
404Not Found

No such option name exists at the requested path.

Schema