BareMetal API, REST: HardwarePool.List
Retrieves the list of HardwarePool resources.
HTTP request
GET https://baremetal.api.yandexcloud.kz/baremetal/v1alpha/hardwarePools
Query parameters
|
Field |
Description |
|
pageSize |
string (int64) The maximum number of results per page to return. If the number of available |
|
pageToken |
string Page token. To get the next page of results, set |
Response
HTTP Code: 200 - OK
{
"hardwarePools": [
{
"id": "string",
"zoneId": "string"
}
],
"nextPageToken": "string"
}
|
Field |
Description |
|
hardwarePools[] |
List of HardwarePool resources. |
|
nextPageToken |
string Token for getting the next page of the list. If the number of results is greater than Each subsequent page will have its own |
HardwarePool
A HardwarePool resource.
|
Field |
Description |
|
id |
string ID of the hardware pool. |
|
zoneId |
string ID of the zone where the hardware pool is located. To get the zone ID use a ZoneService.List request. |