Compute Cloud API, gRPC: ZoneService.Get
Written by
Updated at October 17, 2024
Returns the information about the specified availability zone.
To get the list of availability zones, make a List request.
gRPC request
rpc Get (GetZoneRequest) returns (Zone)
GetZoneRequest
{
"zoneId": "string"
}
Field |
Description |
zoneId |
string Required field. ID of the availability zone to return information about. |
Zone
{
"id": "string",
"regionId": "string",
"status": "Status"
}
Availability zone. For more information, see Availability zones.
Field |
Description |
id |
string ID of the zone. |
regionId |
string ID of the region. |
status |
enum Status Status of the zone.
|