Skip to main content

A list of the K8s Cluster Nodes

GET 

https://edge-host-ip:5080/v1/edge-mgmt/clusters/current/nodes

Get K8s Cluster Nodes

Responses

(empty)

Schema

    nodes

    object[]

  • Array [

  • agestring
    architecturestring
    edgeHostIDstring
    ipv4string
    kernelVersionstring
    kubeProxyVersionstring
    kubeletVersionstring

    nodeHealth

    object[]

  • Array [

  • conditionTypestring
    messagestring
    reasonstring
    statusstring
  • ]

  • nodeNamestring

    nodeStatus

    object

    conditionTypestring
    messagestring
    reasonstring
    statusstring
    operatingSystemstring
    osImagestring
  • ]

curl -L -X GET 'https://edge-host-ip:5080/v1/edge-mgmt/clusters/current/nodes' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://edge-host-ip:5080