Sphereon Storage

Number of APIs: 9

Sphereon Storage API provides an abstraction layer for storage of (virtual) folders and streams (files/contents) fully agnostic with respect to supported storage backends. This allows for easy uniform access to and manipulation of contents regardless of the content backend being used. Currently the following backends are supported: Sphereon Cloud Storage, Amazon S3, Azure Blob Storage, Google Cloud Storage or one of the Xillio supported content repositories like Documentum, Dropbox etc.

Contact Support: Name: No Contact Email: email@example.com

  1. streams - Create a new stream POST {{baseUrl}}/streams/path/:containerId/:path?propagationType=<string>

  2. containers - Get container GET {{baseUrl}}/containers/:containerId

  3. info-path/{container Id} - List streams in root path GET {{baseUrl}}/info/path/:containerId/

  4. info-path/{container Id} - List streams in path GET {{baseUrl}}/info/path/:containerId/:path

  5. streams - Get stream POST {{baseUrl}}/streams/location

  6. backends - Create a new backend POST {{baseUrl}}/backends

  7. backends - Get backend GET {{baseUrl}}/backends/:backendId

  8. containers - Create container POST {{baseUrl}}/containers

  9. info - List streams from location POST {{baseUrl}}/info/location