BareMetal API, gRPC: ZoneService.List
Retrieves the list of Zone resources.
gRPC request
rpc List (ListZonesRequest) returns (ListZonesResponse)
ListZonesRequest
{
"page_size": "int64",
"page_token": "string"
}
Field |
Description |
page_size |
int64 The maximum number of results per page to return. If the number of available |
page_token |
string Page token. To get the next page of results, set |
ListZonesResponse
{
"zones": [
{
"id": "string"
}
],
"next_page_token": "string"
}
Field |
Description |
zones[] |
List of Zone resources. |
next_page_token |
string Token for getting the next page of the list. If the number of results is greater than Each subsequent page will have its own |
Zone
Availability zone.
Field |
Description |
id |
string ID of the zone. |