List networks for a Kubernetes bare metal node
/v1/hosts/kubernetes_baremetal_nodes/{server_id}/networksTo list all networks for a Kubernetes bare metal node specified in the path parameter, send a GET request to /v1/hosts/kubernetes_baremetal_nodes/{server_id}/networks.
Authorization
bearerAuth In: header
Path Parameters
A unique identifier of a server used for a node. To find it out, proceed to the relevant request.
Query Parameters
This pattern is used to return resources containing the parameter value in its name.
The family specifies if ipv4 or ipv6 networks will be shown.
Value in
- "ipv4"
- "ipv6"
This parameter defines if public, private or oob interfaces will be selected.
Value in
- "public"
- "private"
- "oob"
It defines if networks with the route or gateway method will be displayed.
Value in
- "route"
- "gateway"
The true value will select only additional networks, false otherwise.
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. Also, it's possible to sort by updated_at and created_at.
"id"Value in
- "id"
- "updated_at"
- "created_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
application/json
application/json
curl -X GET "https://example.com/v1/hosts/kubernetes_baremetal_nodes/y1aKGGaQ/networks"[ { "id": "pmbk1xez", "title": "Public", "status": "active", "cidr": "100.0.8.0/29", "family": "ipv4", "interface_type": "public", "distribution_method": "gateway", "additional": false, "updated_at": "2026-05-28T07:06:45Z", "created_at": "2026-05-28T07:06:45Z" }, { "id": "pnel1laK", "title": "Private", "status": "active", "cidr": "10.128.1.0/29", "family": "ipv4", "interface_type": "private", "distribution_method": "gateway", "additional": false, "updated_at": "2026-05-28T07:06:45Z", "created_at": "2026-05-28T07:06:45Z" }, { "id": "Mvbm5pbY", "title": "Public", "status": "active", "cidr": "100.0.4.0/29", "family": "ipv4", "interface_type": "public", "distribution_method": "gateway", "additional": true, "updated_at": "2026-05-28T07:06:45Z", "created_at": "2026-05-28T07:06:45Z" }, { "id": "open14d7", "title": "Private", "status": "active", "cidr": "10.128.0.128/29", "family": "ipv4", "interface_type": "private", "distribution_method": "gateway", "additional": true, "updated_at": "2026-05-28T07:06:45Z", "created_at": "2026-05-28T07:06:45Z" }, { "id": "8mep11aM", "title": "Alias", "status": "active", "cidr": "127.2.43.0/24", "family": "ipv4", "interface_type": "public", "distribution_method": "route", "additional": true, "updated_at": "2026-05-28T07:06:45Z", "created_at": "2026-05-28T07:06:45Z" }, { "id": "MYer1wdO", "title": "OOB", "status": "active", "cidr": "100.35.0.2/31", "family": "ipv4", "interface_type": "oob", "distribution_method": "gateway", "additional": true, "updated_at": "2026-05-28T07:06:45Z", "created_at": "2026-05-28T07:06:45Z" }, { "id": "LDdw1Ja1", "title": "Private OOB network", "status": "active", "cidr": "192.168.8.2/31", "family": "ipv4", "interface_type": "oob", "distribution_method": "gateway", "additional": true, "updated_at": "2026-05-28T07:06:45Z", "created_at": "2026-05-28T07:06:45Z" }, { "id": "pmbk1Yez", "title": "Locally Significant IPv6", "status": "active", "cidr": "2a05:93c0:999::8/125", "family": "ipv6", "interface_type": "public", "distribution_method": "gateway", "additional": true, "updated_at": "2026-05-28T07:06:45Z", "created_at": "2026-05-28T07:06:45Z" }, { "id": "Mvbm5AbY", "title": "thequickbrownfoxjumpsoverthelazydog", "status": "active", "cidr": "2a05:93c0:25:10::/64", "family": "ipv6", "interface_type": "public", "distribution_method": "route", "additional": true, "updated_at": "2026-05-28T07:06:46Z", "created_at": "2026-05-28T07:06:46Z" }]{ "message": "Bad request", "code": "BAD_REQUEST", "params": [ "per_page" ]}{ "message": "Not found", "code": "NOT_FOUND"}{ "message": "Host is not ready", "code": "PRECONDITION_FAILED"}