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
Example response
{
"count": 5,
"results": [
{
"address": "luxembourg-2.cloud.storage.com",
"name": "luxembourg-2",
"technical_name": "s-region-1",
"title": "Luxembourg",
"type": "s3_compatible"
}
]
}