Storage Locations
List locations
Returns available storage locations where you can create storages. Each location represents a geographic region with specific data center facilities. Deprecated: Use GET /v4/locations instead.
get/storage/provisioning/v2/locations
Query parameters
offsetinteger
limitinteger
Response
LocationListEndpointResV2
Example response
{
"count": 1,
"results": [
{
"address": "s-region-1.storage.example.com",
"allow_for_new_storage": "allow",
"name": "s-region-1",
"title": "S3 Luxembourg",
"type": "s3_compatible"
}
]
}