GET /a/config/datasource/{Name}
Load datasource information
Path Parameters
- Name (string, required)
Response Example (200)
Response Type /definitions/objectDataSource
{
"ApiKey": "string",
"ApiSecret": "string",
"CreationDate": 10,
"Disabled": true,
"EncryptionKey": "string",
"EncryptionMode": "string",
"LastSynchronizationDate": 10,
"Name": "string",
"ObjectsBaseFolder": "string",
"ObjectsBucket": "string",
"ObjectsHost": "string",
"ObjectsPort": 10,
"ObjectsSecure": true,
"ObjectsServiceName": "string",
"PeerAddress": "string",
"StorageConfiguration": {},
"StorageType": "string",
"VersioningPolicyName": "string",
"Watch": true
}