Check endpoint availability
head/sessions/{sessionId}/filerefs
Determines whether the file service is available for a session.
| Name | Type | Required | Description |
|---|---|---|---|
sessionId | string<object-id> | true | Specifies the ID of the session. |
| Name | Type | Required | Description |
|---|---|---|---|
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". |
| Name | Type | Required | Description |
|---|---|---|---|
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 |