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
  • ListZonesRequest
  • ListZonesResponse
  • Zone
  1. API reference
  2. gRPC
  3. Zone
  4. List

BareMetal API, gRPC: ZoneService.List

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

Retrieves the list of Zone resources.

gRPC requestgRPC request

rpc List (ListZonesRequest) returns (ListZonesResponse)

ListZonesRequestListZonesRequest

{
  "page_size": "int64",
  "page_token": "string"
}

Field

Description

page_size

int64

The maximum number of results per page to return. If the number of available
results is greater than page_size,
the service returns a ListZonesResponse.next_page_token
that can be used to get the next page of results in subsequent list requests.
Default value is 20.

page_token

string

Page token. To get the next page of results, set page_token to the
ListZonesResponse.next_page_token returned by a previous list request.

ListZonesResponseListZonesResponse

{
  "zones": [
    {
      "id": "string"
    }
  ],
  "next_page_token": "string"
}

Field

Description

zones[]

Zone

List of Zone resources.

next_page_token

string

Token for getting the next page of the list. If the number of results is greater than
ListZonesRequest.page_size, use next_page_token as the value
for the ListZonesRequest.page_token parameter in the next list request.

Each subsequent page will have its own next_page_token to continue paging through the results.

ZoneZone

Availability zone.

Field

Description

id

string

ID of the zone.

Was the article helpful?

Previous
Get
Next
Monitoring metrics
Yandex project
© 2025 Yandex.Cloud LLC