Compute Cloud API, REST: Zone methods
A set of methods to retrieve information about availability zones.
JSON Representation
{
"id": "string",
"regionId": "string",
"status": "string"
}
Field | Description |
---|---|
id | string ID of the zone. |
regionId | string ID of the region. |
status | string Status of the zone.
|
Methods
Method | Description |
---|---|
get | Returns the information about the specified availability zone. |
list | Retrieves the list of availability zones. |