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
}
Auto generated by Pydio Cells Enterprise Distribution v4.3.1 on 14-Nov-2023
Back to top