Zones
A zone identifies the physical site where the cloud services are located. Different zones may be used to provide geographical and logical separation of servers.
GET/1.3/zone
List available zones
Returns a list of available zones. All servers and storages must set their zone attributes to one of the zone ids returned by this operation.
Response fields
- Name
id- Type
- string
- Description
Zone identifier used in API requests.
- Name
description- Type
- string
- Description
Human-readable zone description.
- Name
public- Type
- string
- Description
Whether the zone is public (yes) or private cloud (no).
- Name
parent_zone- Type
- string
- Description
For private cloud zones, the parent zone containing them.
Request
GET
/1.3/zonecurl -X GET https://api.upcloud.com/1.3/zone \
-u your_username:your_password