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.

get/storage/provisioning/v1/location

Response

clientLocationRes

addressstring required

Full hostname/address for accessing the storage endpoint

allow_for_new_storage'deny' | 'allow' required

Indicates whether new storage can be created in this location: allow enables storage creation, deny prevents it

idinteger required
namestring required
type's3_compatible' | 'sftp' required

Example response

[
  {
    "address": "s-region-1.storage.example.com",
    "allow_for_new_storage": "allow",
    "id": 1,
    "name": "s-region-1"
  }
]