Check endpoint availability

head/sessions/{sessionId}/filerefs
Internal-Use Only

Determines whether the file service is available for a session.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
sessionId
string<object-id>
true

Specifies the ID of the session.

Query Parameters

NameTypeRequiredDescription
filter
string<filter-criteria>
false

Specifies the filter criteria for returned filerefs.

limit
integer
false

Specifies the maximum number of filerefs to return.

start
integer
false

Specifies the offset of the first fileref to return. The default value is "0".

Header Parameters

NameTypeRequiredDescription
Accept-Item
string
true

Specifies the desired fileref representation. The Accept-Item options are: application/vnd.sas.compute.fileref+json application/vnd.sas.compute.fileref.summary+json blank If the application/vnd.sas.compute.fileref.summary+json type is specified or no Accept-Item header is specified, the filerefs are returned as summary representation fileref objects.

Allowed value:
application/vnd.sas.compute.fileref+json

Responses

StatusMeaningDescription
200OKThe request succeeded.Headers
404Not FoundNo file services exist at the requested path.