Get cluster node availability
Was this helpful?
Was this helpful?
Was this helpful?
GET /v1/monitoring-nodes/metric/capacity/result/current?clusterIds=text HTTP/1.1
Host:
Accept: */*
[
{
"metrics": {
"cluster": "thingcluster",
"measure": "capacity-cpu",
"node": "apps-gpu-v100"
},
"timestamp": 1687842900,
"value": 8
},
{
"metrics": {
"cluster": "thingcluster",
"measure": "capacity-memory",
"node": "apps-gpu-v100"
},
"timestamp": 1687842900,
"value": 16607899648
}
]