A list of the K8s Cluster Nodes
GEThttps://edge-host-ip:5080/v1/edge-mgmt/clusters/current/nodes
Get K8s Cluster Nodes
Responses
- 200
- 500
(empty)
- application/json
- Schema
- Example (from schema)
Schema
nodes
object[]
{
"nodes": [
{
"age": "string",
"architecture": "string",
"edgeHostID": "string",
"ipv4": "string",
"kernelVersion": "string",
"kubeProxyVersion": "string",
"kubeletVersion": "string",
"nodeHealth": [
{
"conditionType": "string",
"message": "string",
"reason": "string",
"status": "string"
}
],
"nodeName": "string",
"nodeStatus": {
"conditionType": "string",
"message": "string",
"reason": "string",
"status": "string"
},
"operatingSystem": "string",
"osImage": "string"
}
]
}
Internal server error
- application/json
- Schema
- Example (from schema)
Schema
codestring
detailsobject
messagestring
refstring
{
"code": "string",
"details": {},
"message": "string",
"ref": "string"
}
- curl
- python
- go
- nodejs
- java
- CURL
curl -L -X GET 'https://edge-host-ip:5080/v1/edge-mgmt/clusters/current/nodes' \
-H 'Accept: application/json'