v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
Storage Locations

List locations

Returns storage locations where you can create new storages. Only locations currently accepting new storage creation are returned.

get/storage/v4/locations

Query parameters

offsetinteger

Number of records to skip before beginning to return results

limitinteger

Max number of records in response

order_bystring

Response

LocationsListEndpointResV4

countinteger required

Total number of locations matching the filter

Example response

{
  "count": 5,
  "results": [
    {
      "address": "luxembourg-2.cloud.storage.com",
      "name": "luxembourg-2",
      "technical_name": "s-region-1",
      "title": "Luxembourg",
      "type": "s3_compatible"
    }
  ]
}