v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
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

countinteger required

Total number of locations available

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"
    }
  ]
}