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
  • GetHardwarePoolRequest
  • HardwarePool
  1. API reference
  2. gRPC
  3. HardwarePool
  4. Get

BareMetal API, gRPC: HardwarePoolService.Get

Written by
Yandex Cloud
Updated at March 28, 2025
  • gRPC request
  • GetHardwarePoolRequest
  • HardwarePool

Returns the specific HardwarePool resource.

To get the list of available HardwarePool resource, make a List request.

gRPC requestgRPC request

rpc Get (GetHardwarePoolRequest) returns (HardwarePool)

GetHardwarePoolRequestGetHardwarePoolRequest

{
  "hardware_pool_id": "string"
}

Field

Description

hardware_pool_id

string

ID of the HardwarePool resource to return.

To get the hardware pool ID, use a HardwarePoolService.List request.

HardwarePoolHardwarePool

{
  "id": "string",
  "zone_id": "string"
}

A HardwarePool resource.

Field

Description

id

string

ID of the hardware pool.

zone_id

string

ID of the zone where the hardware pool is located.

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

Was the article helpful?

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