Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex BareMetal
  • Getting started
    • All guides
    • Service overview
      • Overview
      • Server configurations
      • Overview
      • DHCP
      • Restrictions in BareMetal networks
    • Quotas and limits
    • All tutorials
    • Connecting a BareMetal server to Cloud Backup
    • Configuring VRRP for a cluster of BareMetal servers
    • Setting up network connectivity in a BareMetal subnet
    • Setting up network connectivity between BareMetal and Virtual Private Cloud subnets
    • Authentication with the API
      • Overview
        • Overview
        • Get
        • List
  • Monitoring metrics
  • Audit Trails events
  • Access management
  • Pricing policy
  • FAQ

In this article:

  • gRPC request
  • GetZoneRequest
  • Zone
  1. API reference
  2. gRPC
  3. Zone
  4. Get

BareMetal API, gRPC: ZoneService.Get

Written by
Yandex Cloud
Updated at March 28, 2025
  • gRPC request
  • GetZoneRequest
  • Zone

Returns the specific Zone resource.

To get the list of Zone resources, make a List request.

gRPC requestgRPC request

rpc Get (GetZoneRequest) returns (Zone)

GetZoneRequestGetZoneRequest

{
  "zone_id": "string"
}

Field

Description

zone_id

string

ID of the Zone resource to return.

To get the zone ID, use a ZoneService.List request.

ZoneZone

{
  "id": "string"
}

Availability zone.

Field

Description

id

string

ID of the zone.

Was the article helpful?

Previous
Overview
Next
List
Yandex project
© 2025 Yandex.Cloud LLC