Get a source file or table
get/servers/{serverName}/caslibs/{caslibName}/sources/{sourceName}
Retrieves information about a single source file or table.
1{2 "attributes": {3 "owner": "userId",4 "permission": "-rwxr-xr-x",5 "size": 18461,6 "time": "24Oct2015:01:44:28"7 },8 "name": "counties.sashdat"9}
Name | Type | Required | Description |
---|---|---|---|
caslibName | string | true | The Caslib name for which source tables are being requested. |
serverName | string | true | Server name for which source tables are being requested. |
sourceName | string | true | Source file or table name being requested. |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. The source file or table information was returned. | Schema | |
400 | Bad Request | The request was invalid. | Schema | |
404 | Not Found | The requested CAS server or Caslib does not exist. | ||
409 | Conflict | The request could not be completed due to a conflict with the current state of the resource. Details are included in the response body. |