BareMetal API, gRPC: ZoneService.GetZone
Статья создана
Обновлена 1 июля 2026 г.
https://google.aip.dev/130 --)
Returns the specific Zone resource.
To get the list of Zone resources, make a [List] request.
gRPC request
rpc GetZone (GetZoneRequest) returns (Zone)
GetZoneRequest
{
"zone_id": "string"
}
|
Field |
Description |
|
zone_id |
string ID of the Zone resource to return. To get the zone ID, use a [ZoneService.List] request. The maximum string length in characters is 20. |
Zone
{
"zone_id": "string"
}
Availability zone.
|
Field |
Description |
|
zone_id |
string ID of the Zone. |