Manage underlying storage backends.
Get a list of available storages
| name | type | description |
|---|---|---|
| Authorization | header | Bearer token, see https://dev.d4science.org/how-to-access-resources |
| code | condition |
|---|---|
| 200 | Success. |
| media type | data type | description |
|---|---|---|
| application/json | array of StorageDescriptor (JSON) | list of available storages |
GET /storages
Content-Type: */*
Accept: application/json
Authorization: ...
...
HTTP/1.1 200 OK
Content-Type: application/json
[ {
"name" : "..."
} ]