GET /a/config/datasource
List all defined datasources
No Parameters
Response Example (200)
Response Type /definitions/restDataSourceCollection
{
"DataSources": [
{
"ApiKey": "string",
"ApiSecret": "string",
"CreationDate": 10,
"Disabled": true,
"EncryptionKey": "string",
"EncryptionMode": "string",
"FlatStorage": true,
"LastSynchronizationDate": 10,
"Name": "string",
"ObjectsBaseFolder": "string",
"ObjectsBucket": "string",
"ObjectsHost": "string",
"ObjectsPort": 10,
"ObjectsSecure": true,
"ObjectsServiceName": "string",
"PeerAddress": "string",
"SkipSyncOnRestart": true,
"StorageConfiguration": {},
"StorageType": "string",
"VersioningPolicyName": "string",
"Watch": true
}
],
"Total": 10
}