BareMetal API, REST: Zone.Get
Статья создана
Обновлена 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. |