Compute Cloud API, REST: Zone.get
Returns the information about the specified availability zone.
To get the list of availability zones, make a list request.
HTTP request
GET https://compute.api.il.nebius.cloud/compute/v1/zones/{zoneId}
Path parameters
Parameter | Description |
---|---|
zoneId | Required. ID of the availability zone to return information about. The maximum string length in characters is 50. |
Response
HTTP Code: 200 - OK
{
"id": "string",
"regionId": "string",
"status": "string"
}
Availability zone. For more information, see Availability zones.
Field | Description |
---|---|
id | string ID of the zone. |
regionId | string ID of the region. |
status | string Status of the zone.
|