---
title: "Get nodes information stored in the cilium-agent"
method: GET
path: "/cluster/nodes"
tags: ["daemon"]
---

# Get nodes information stored in the cilium-agent

`GET /cluster/nodes`

## Headers

- `client-id` integer

## Response `200`

Success

- ClusterNodeStatus — Status of cluster
  - `self` string — Name of local node (if available)
  - `nodes-added` NodeElement[] — List of known nodes
    - `name` string — Name of the node including the cluster association. This is typically <clustername>/<hostname>.
    - `primary-address` NodeAddressing — Addressing information of a node for all address families +k8s:deepcopy-gen=true
      - `ipv6` NodeAddressingElement — Addressing information
        - `enabled` boolean — True if address family is enabled
        - `ip` string — IP address of node
        - `alloc-range` string — Address pool to be used for local endpoints
        - `address-type` string — Node address type, one of HostName, ExternalIP or InternalIP
      - `ipv4` NodeAddressingElement — Addressing information
        - `enabled` boolean — True if address family is enabled
        - `ip` string — IP address of node
        - `alloc-range` string — Address pool to be used for local endpoints
        - `address-type` string — Node address type, one of HostName, ExternalIP or InternalIP
    - `secondary-addresses` NodeAddressingElement[] — Alternative addresses assigned to the node
      - `enabled` boolean — True if address family is enabled
      - `ip` string — IP address of node
      - `alloc-range` string — Address pool to be used for local endpoints
      - `address-type` string — Node address type, one of HostName, ExternalIP or InternalIP
    - `health-endpoint-address` NodeAddressing — Addressing information of a node for all address families +k8s:deepcopy-gen=true
      - `ipv6` NodeAddressingElement — Addressing information
        - `enabled` boolean — True if address family is enabled
        - `ip` string — IP address of node
        - `alloc-range` string — Address pool to be used for local endpoints
        - `address-type` string — Node address type, one of HostName, ExternalIP or InternalIP
      - `ipv4` NodeAddressingElement — Addressing information
        - `enabled` boolean — True if address family is enabled
        - `ip` string — IP address of node
        - `alloc-range` string — Address pool to be used for local endpoints
        - `address-type` string — Node address type, one of HostName, ExternalIP or InternalIP
    - `ingress-address` NodeAddressing — Addressing information of a node for all address families +k8s:deepcopy-gen=true
      - `ipv6` NodeAddressingElement — Addressing information
        - `enabled` boolean — True if address family is enabled
        - `ip` string — IP address of node
        - `alloc-range` string — Address pool to be used for local endpoints
        - `address-type` string — Node address type, one of HostName, ExternalIP or InternalIP
      - `ipv4` NodeAddressingElement — Addressing information
        - `enabled` boolean — True if address family is enabled
        - `ip` string — IP address of node
        - `alloc-range` string — Address pool to be used for local endpoints
        - `address-type` string — Node address type, one of HostName, ExternalIP or InternalIP
    - `source` string — Source of the node configuration
  - `nodes-removed` NodeElement[] — List of known nodes
    - `name` string — Name of the node including the cluster association. This is typically <clustername>/<hostname>.
    - `primary-address` NodeAddressing — Addressing information of a node for all address families +k8s:deepcopy-gen=true
      - `ipv6` NodeAddressingElement — Addressing information
        - `enabled` boolean — True if address family is enabled
        - `ip` string — IP address of node
        - `alloc-range` string — Address pool to be used for local endpoints
        - `address-type` string — Node address type, one of HostName, ExternalIP or InternalIP
      - `ipv4` NodeAddressingElement — Addressing information
        - `enabled` boolean — True if address family is enabled
        - `ip` string — IP address of node
        - `alloc-range` string — Address pool to be used for local endpoints
        - `address-type` string — Node address type, one of HostName, ExternalIP or InternalIP
    - `secondary-addresses` NodeAddressingElement[] — Alternative addresses assigned to the node
      - `enabled` boolean — True if address family is enabled
      - `ip` string — IP address of node
      - `alloc-range` string — Address pool to be used for local endpoints
      - `address-type` string — Node address type, one of HostName, ExternalIP or InternalIP
    - `health-endpoint-address` NodeAddressing — Addressing information of a node for all address families +k8s:deepcopy-gen=true
      - `ipv6` NodeAddressingElement — Addressing information
        - `enabled` boolean — True if address family is enabled
        - `ip` string — IP address of node
        - `alloc-range` string — Address pool to be used for local endpoints
        - `address-type` string — Node address type, one of HostName, ExternalIP or InternalIP
      - `ipv4` NodeAddressingElement — Addressing information
        - `enabled` boolean — True if address family is enabled
        - `ip` string — IP address of node
        - `alloc-range` string — Address pool to be used for local endpoints
        - `address-type` string — Node address type, one of HostName, ExternalIP or InternalIP
    - `ingress-address` NodeAddressing — Addressing information of a node for all address families +k8s:deepcopy-gen=true
      - `ipv6` NodeAddressingElement — Addressing information
        - `enabled` boolean — True if address family is enabled
        - `ip` string — IP address of node
        - `alloc-range` string — Address pool to be used for local endpoints
        - `address-type` string — Node address type, one of HostName, ExternalIP or InternalIP
      - `ipv4` NodeAddressingElement — Addressing information
        - `enabled` boolean — True if address family is enabled
        - `ip` string — IP address of node
        - `alloc-range` string — Address pool to be used for local endpoints
        - `address-type` string — Node address type, one of HostName, ExternalIP or InternalIP
    - `source` string — Source of the node configuration
  - `client-id` integer — ID that should be used by the client to receive a diff from the previous request

---

[API](https://skmtc.net/cilium/apis/cilium-api.md) · [All operations](https://skmtc.net/cilium/apis/cilium-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cilium/cilium-api/revisions/351336b27221/schema)
