Get a node

Returns the values for a specified node object.

linode-cli lke node-view 123456 12345-6aa78910bc
Learn more...
lke:read_write
Learn more...
Path Params
string
required

Enum Call either the v4 URL, or v4beta for operations still in Beta.

integer
required

ID of the Kubernetes cluster containing the Node.

string
required

The ID of the Node to access.

Responses

Response body
object
string

The Node's ID.

integer | null

The Linode's ID. When no Linode is currently provisioned for this Node, this will be null.

string

The creation status of this Node. This status is distinct from this Node's readiness as a Kubernetes Node Object as determined by the command kubectl get nodes.

not_ready indicates that the Linode is still being created.

ready indicates that the Linode has successfully been created and is running Kubernetes software.

ready not_ready

Language
Credentials