Get a data source definition

get/providers/{providerId}/sourceDefinitions/{sourceDefinitionId}

Returns information about a single source based on its unique ID.

Request Samples

1

Response Samples

1{
2 "creationTimeStamp": "0001-01-01T00:00:00Z",
3 "modifiedTimeStamp": "0001-01-01T00:00:00Z",
4 "createdBy": "sasjoe",
5 "modifiedBy": "sasjoe",
6 "id": "ea1a9f8a-5013-4c89-8298-78c95659782e",
7 "name": "pathdnfs",
8 "providerId": "Compute",
9 "description": "description for source definition for base SAS",
10 "dataSourceId": "SAS Studio compute context",
11 "defaultLibref": "pathdnfs",
12 "attributes": {
13 "engineName": "sase7",
14 "options": {
15 "ENABLEDIRECTIO": "NO",
16 "NOSETPERM": "NO",
17 "USEDIRECTIO": "NO"
18 },
19 "physicalName": "/dmtesting/custom_steps/Loqate/sample_data"
20 },
21 "version": 2,
22 "links": [
23 {
24 "method": "GET",
25 "rel": "self",
26 "href": "/dataSources/providers/Compute/sourceDefinitions/ea1a9f8a-5013-4c89-8298-78c95659782e",
27 "uri": "/dataSources/providers/Compute/sourceDefinitions/ea1a9f8a-5013-4c89-8298-78c95659782e",
28 "type": "application/vnd.sas.data.source.definition"
29 },
30 {
31 "method": "PUT",
32 "rel": "update",
33 "href": "/dataSources/providers/Compute/sourceDefinitions/ea1a9f8a-5013-4c89-8298-78c95659782e",
34 "uri": "/dataSources/providers/Compute/sourceDefinitions/ea1a9f8a-5013-4c89-8298-78c95659782e",
35 "type": "application/vnd.sas.data.source.definition"
36 },
37 {
38 "method": "DELETE",
39 "rel": "delete",
40 "href": "/dataSources/providers/Compute/sourceDefinitions/ea1a9f8a-5013-4c89-8298-78c95659782e",
41 "uri": "/dataSources/providers/Compute/sourceDefinitions/ea1a9f8a-5013-4c89-8298-78c95659782e"
42 },
43 {
44 "method": "PUT",
45 "rel": "export",
46 "href": "/dataSources/providers/Compute/sourceDefinitions/ea1a9f8a-5013-4c89-8298-78c95659782e",
47 "uri": "/dataSources/providers/Compute/sourceDefinitions/ea1a9f8a-5013-4c89-8298-78c95659782e",
48 "type": "application/vnd.sas.transfer.object"
49 },
50 {
51 "method": "PUT",
52 "rel": "import",
53 "href": "/dataSources/providers/Compute/sourceDefinitions/ea1a9f8a-5013-4c89-8298-78c95659782e",
54 "uri": "/dataSources/providers/Compute/sourceDefinitions/ea1a9f8a-5013-4c89-8298-78c95659782e",
55 "type": "application/vnd.sas.transfer.object",
56 "responseType": "application/vnd.sas.summary"
57 },
58 {
59 "method": "GET",
60 "rel": "up",
61 "href": "/dataSources/providers/Compute/sourceDefinitions",
62 "uri": "/dataSources/providers/Compute/sourceDefinitions",
63 "type": "application/vnd.sas.collection",
64 "itemType": "application/vnd.sas.data.source.definition"
65 },
66 {
67 "method": "GET",
68 "rel": "provider",
69 "href": "/dataSources/providers/Compute",
70 "uri": "/dataSources/providers/Compute",
71 "type": "application/vnd.sas.data.provider"
72 }
73 ]
74}

Path Parameters

NameTypeRequiredDescription
providerId
string
true

The ID for the provider.

sourceDefinitionId
string
true

The ID for the source definition.

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
404Not Found

No provider or data source definition exists at the requested path.

Schema