BareMetal API, gRPC: HardwarePoolService.Get
Written by
Updated at April 21, 2026
Returns the specific HardwarePool resource.
To get the list of available HardwarePool resource, make a List request.
gRPC request
rpc Get (GetHardwarePoolRequest) returns (HardwarePool)
GetHardwarePoolRequest
{
"hardware_pool_id": "string"
}
|
Field |
Description |
|
hardware_pool_id |
string ID of the HardwarePool resource to return. The maximum string length in characters is 20. |
HardwarePool
{
"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. |