Loading...
Get the available CPU (Core) and memory (Byte) capacity for cluster nodes.
OK
대상 메트릭
클러스터 아이디
"thingcluster"
capacity-cpu, 또는 capacity-memory
노드 이름
"apps-gpu-v100"
시간 당 타임스탬프
타임스탬프별 CPU 코어 가용량 또는 타임스탬프별 메모리 가용량
const response = await fetch('/v1/monitoring-nodes/metric/capacity/result/current?clusterIds=text', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "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 } ]