BareMetal API, gRPC: ZoneService.Get
Статья создана
Обновлена 28 марта 2025 г.
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. To get the zone ID, use a ZoneService.List request. |
Zone
{
"id": "string"
}
Availability zone.
Field |
Description |
id |
string ID of the zone. |