BareMetal API, gRPC: ZoneService.ListZones
https://google.aip.dev/130 --)
Retrieves the list of Zone resources.
gRPC request
rpc ListZones (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 The maximum value is 1000. |
|
page_token |
string Page token. To get the next page of results, set |
ListZonesResponse
{
"zones": [
{
"zone_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 |
|
zone_id |
string ID of the Zone. |