Fetch a data store by name

get/admin/dataStores
Internal-Use Only

Retrieves a data store that matches a specific name. The user name and password for the data store (required for the Create operation) are not returned in the response.

Request Samples

1

Response Samples

1{
2 "id": 103000,
3 "createdBy": "videmo",
4 "createdAt": "2018-08-29T12:51:58.254Z",
5 "lastUpdatedBy": "videmo",
6 "lastUpdatedAt": "2018-08-29T12:51:58.254Z",
7 "name": "MyOracleDatabase",
8 "type": "RELATIONAL",
9 "defaultSchemaName": "MySchema",
10 "version": 0,
11 "connectionType": "oracle",
12 "host": "example.com",
13 "port": "15658",
14 "username": "MyUserName",
15 "reindexRequired": false,
16 "isCasDistributedDataLoadSupported": true,
17 "password": "*****",
18 "databaseNameOrServiceName": "MyOracleServiceName",
19 "schema": "MY_SCHEMA",
20 "initialSize": 1,
21 "handle": "MyOracleDatabasenRXFB",
22 "urlAppendedParameters": "FailoverPreconnect=false;JavaDoubleToString=false",
23 "advancedProperties": {
24 "ConnectionRetryCount": "5",
25 "ConnectionRetryDelay": "1",
26 "EnableBulkLoad": "1"
27 }
28}

Query Parameters

NameTypeRequiredDescription
name
string
true

The name of the data store.

Responses

StatusMeaningDescription
200OKThe request succeeded. The requested data store object is returned.HeadersSchema
404Not FoundInvalid data store name.Schema