Storage Locations
List locations
Returns available storage locations where you can create storages. Each location represents a geographic region with specific data center facilities.
get/storage/provisioning/v1/location
Response
clientLocationRes
Example response
[
{
"address": "s-region-1.storage.example.com",
"allow_for_new_storage": "allow",
"id": 1,
"name": "s-region-1"
}
]