Get libref information

get/sessions/{sessionId}/data/{libref}
Internal-Use Only

Retrieves information about a specified libref, including links to tables.

Request Samples

1

Response Samples

1{
2 "concatenationCount": 2,
3 "engineName": "V9",
4 "fileFormat": "7",
5 "flags": 1057,
6 "id": "SASHELP",
7 "libref": "SASHELP",
8 "links": [
9 {
10 "href": "/compute/sessions/RKEY-ses0000/data/SASHELP",
11 "method": "GET",
12 "rel": "self",
13 "type": "application/vnd.sas.compute.library",
14 "uri": "/compute/sessions/RKEY-ses0000/data/SASHELP"
15 },
16 {
17 "href": "/compute/sessions/RKEY-ses0000/data/SASHELP",
18 "method": "GET",
19 "rel": "alternate",
20 "type": "application/vnd.sas.compute.library.summary",
21 "uri": "/compute/sessions/RKEY-ses0000/data/SASHELP"
22 },
23 {
24 "href": "/compute/sessions/RKEY-ses0000/data/SASHELP",
25 "itemType": "application/vnd.sas.compute.data.table.summary",
26 "method": "GET",
27 "rel": "tables",
28 "type": "application/vnd.sas.collection",
29 "uri": "/compute/sessions/RKEY-ses0000/data/SASHELP"
30 }
31 ],
32 "name": "SASHELP",
33 "options": "",
34 "physicalName": "( '/sasgen/dev/mva-vb005/sasdvd/sio/laxnd/en/sashelp' '/sasgen/dev/mva-vb005/sasdvd/sio/laxnd/en/sashelp' )",
35 "version": 1
36}

Path Parameters

NameTypeRequiredDescription
libref
string<object-id>
true

Specifies the libref to query.

sessionId
string<object-id>
true

Specifies the ID of the session.

Responses

StatusMeaningDescription
200OKThe request succeeded.HeadersSchema
404Not FoundNo resource exists at the requested path.Schema