Get a data store by ID
get/admin/dataStores/{dataStoreId}
Retrieves a data store that matches the specified data store ID. The user name and password for the data store (required for the Create operation) are not returned in the response. This endpoint requires the "svi.administration.core_metadata" capability.
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}
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. The data store with the specified ID is returned. If no data store exists with that ID, null is returned. | Headers | Schema |