Endpoint

/v1/object-storage/add-uris

POST

Add new object storage URIs to the list of object storage URIs which point to the location where the system stores object-backed data. If this endpoint is called with URIs which are already in use, the system adds new URIs to the list of object storage URIs and ignores the existing URIs. Although the system does not rebalance data across URIs, it allocates new space to the least-used URIs.

Parameters

This resource has no parameters.

Request

Schema

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

Response

Codes

Code Description
200 Return value on success