List Kubernetes bare metal nodes
/v1/hosts/kubernetes_baremetal_nodesA GET request to /v1/hosts/kubernetes_baremetal_nodes will list all Kubernetes bare metal nodes.
Authorization
bearerAuth In: header
Query Parameters
This pattern is used to return resources containing the parameter value in its name.
A unique identifier of a location. A request to list all the location IDs is described in the Location block.
A unique identifier of a rack where a host is deployed.
This parameter will filter results by labels. More details in the Labels section.
The number of results [ 1 .. 100 ] displayed on a page. By default, 20 results are shown.
1 <= value <= 10020The number of a page (>= 1) that will be returned. By default, it's 1.
1 <= value1This parameter sorts items. By default, it's id.
"id"Value in
- "id"
- "created_at"
- "updated_at"
This parameter defines if items are sorted in an ascending ASC or descending DESC order. By default, ASC is set up.
"ASC"Value in
- "ASC"
- "DESC"
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/hosts/kubernetes_baremetal_nodes"[ { "id": "YRdG50aD", "kubernetes_cluster_id": "zPdy7aQr", "kubernetes_cluster_node_id": "X7ax9byv", "kubernetes_cluster_node_number": 12, "rack_id": "4zbqj2dp", "title": null, "location_id": 116, "location_code": "location250", "status": "active", "operational_status": "normal", "power_status": "powered_on", "configuration": "REMM R123", "private_ipv4_address": null, "public_ipv4_address": null, "lease_start_at": "2026-05-25", "scheduled_release_at": null, "type": "kubernetes_baremetal_node", "oob_ipv4_address": "198.29.114.3", "configuration_details": { "ram_size": null, "server_model_id": null, "server_model_name": null, "bandwidth_id": null, "bandwidth_name": null, "private_uplink_id": null, "private_uplink_name": null, "public_uplink_id": null, "public_uplink_name": null, "operating_system_id": null, "operating_system_full_name": null }, "labels": {}, "created_at": "2026-05-28T06:56:00Z", "updated_at": "2026-05-28T06:56:00Z" }]{ "message": "Bad request", "code": "BAD_REQUEST", "params": [ "page" ]}