Endpoint

/v1/object-storage/uris

GET

Retrieve the list of object storage URIs which point to the location where the system stores object-backed data.

Parameters

This resource has no parameters.

Response

Codes

Code Description
200 Return value on success

Schema

{
  "type": "array",
  "items": {
    "type": "string"
  }
}