Was this helpful?
Get the available CPU (Core) and memory (Byte) capacity for cluster nodes.
/v1/monitoring-nodes/metric/capacity/result/current
curl -L \ --url '/v1/monitoring-nodes/metric/capacity/result/current?clusterIds=text'
[ { "timestamp": 1687842900, "value": 8, "metrics": { "cluster": "thingcluster", "measure": "capacity-cpu", "node": "apps-gpu-v100" } }, { "timestamp": 1687842900, "value": 16607899648, "metrics": { "cluster": "thingcluster", "measure": "capacity-memory", "node": "apps-gpu-v100" } } ]