BareMetal API, gRPC: ZoneService.Get
Статья создана
Обновлена 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. |