BareMetal API, gRPC: ZoneService.Get
Written by
Updated at April 21, 2026
Returns the specific Zone resource.
To get the list of Zone resources, make a List request.
gRPC request
rpc Get (GetZoneRequest) returns (Zone)
GetZoneRequest
{
"zone_id": "string"
}
|
Field |
Description |
|
zone_id |
string ID of the Zone resource to return. The maximum string length in characters is 20. |
Zone
{
"id": "string"
}
Availability zone.
|
Field |
Description |
|
id |
string ID of the zone. |