BareMetal API, REST: Zone.Get
Written by
Updated at August 8, 2025
Returns the specific Zone resource.
To get the list of Zone resources, make a List request.
HTTP request
GET https://baremetal.api.cloud.yandex.net/baremetal/v1alpha/zones/{zoneId}
Path parameters
|
Field |
Description |
|
zoneId |
string Required field. ID of the Zone resource to return. To get the zone ID, use a ZoneService.List request. |
Response
HTTP Code: 200 - OK
{
"id": "string"
}
Availability zone.
|
Field |
Description |
|
id |
string ID of the zone. |