GET /a/config/datasource/{Name}

Load datasource information

Path Parameters

  • Name (string, required) Name of the data source (max length 34)

Response Example (200)

Response Type /definitions/objectDataSource

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