存储

List all storages

get
Responses
200

OK

application/json
get
/storage

Create Acd storage

post
Body
namestringOptional

Name of the storage, must be unique

Example: my-storage
pathstringOptional

Path of the storage

Responses
200

OK

application/json
post
/storage/acd

Create Azureblob storage

post
Body
namestringOptional

Name of the storage, must be unique

Example: my-storage
pathstringOptional

Path of the storage

Responses
200

OK

application/json
post
/storage/azureblob

Create B2 storage

post
Body
namestringOptional

Name of the storage, must be unique

Example: my-storage
pathstringOptional

Path of the storage

Responses
200

OK

application/json
post
/storage/b2

Create Box storage

post
Body
namestringOptional

Name of the storage, must be unique

Example: my-storage
pathstringOptional

Path of the storage

Responses
200

OK

application/json
post
/storage/box

Create Drive storage

post
Body
namestringOptional

Name of the storage, must be unique

Example: my-storage
pathstringOptional

Path of the storage

Responses
200

OK

application/json
post
/storage/drive

Create Dropbox storage

post
Body
namestringOptional

Name of the storage, must be unique

Example: my-storage
pathstringOptional

Path of the storage

Responses
200

OK

application/json
post
/storage/dropbox

Create Fichier storage

post
Body
namestringOptional

Name of the storage, must be unique

Example: my-storage
pathstringOptional

Path of the storage

Responses
200

OK

application/json
post
/storage/fichier

Create Filefabric storage

post
Body
namestringOptional

Name of the storage, must be unique

Example: my-storage
pathstringOptional

Path of the storage

Responses
200

OK

application/json
post
/storage/filefabric

Create Ftp storage

post
Body
namestringOptional

Name of the storage, must be unique

Example: my-storage
pathstringOptional

Path of the storage

Responses
200

OK

application/json
post
/storage/ftp

...

{'info': {'version': '2.0', 'title': 'Storage'}, 'tags': [{'name': 'storage', 'description': 'Storage operations'}], 'paths': {'/storage': {'get': {'tags': ['storage'], 'summary': 'List all storage backends', 'operationId': 'listStorageBackends', 'produces': ['application/json'], 'responses': {'200': {'description': 'OK', 'schema': {'$ref': '#/definitions/StorageBackendList'}}, 'default': {'description': 'unexpected error', 'schema': {'$ref': '#/definitions/error'}}}}}, '/storage/...

Last updated

Was this helpful?