Nebius Israel
Contact usConsole
  • GPU
  • Docs
© 2023 Nebius Israel Ltd
Compute Cloud
  • Container Solution
  • Access management
  • Pricing policy
  1. API reference
  2. REST
  3. Zone
  4. get

Compute Cloud API, REST: Zone.get

  • HTTP request
  • Path parameters
  • Response

Returns the information about the specified availability zone.

To get the list of availability zones, make a list request.

HTTP requestHTTP request

GET https://compute.api.il.nebius.cloud/compute/v1/zones/{zoneId}

Path parametersPath parameters

Parameter Description
zoneId

Required. ID of the availability zone to return information about.

The maximum string length in characters is 50.

ResponseResponse

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.

  • UP: Zone is available. You can access the resources allocated in this zone.
  • DOWN: Zone is not available.
© 2023 Nebius Israel Ltd
In this article:
  • HTTP request
  • Path parameters
  • Response