Loading...
Get network usage for cluster nodes, categorized by inbound and outbound.
OK
대상 메트릭
클러스터 아이디
"thingcluster"
inbound 또는 outbound
노드 이름
"apps-gpu-v100"
시간 당 타임스탬프
해당 클러스터, 노드의 타임스탬프별 네트워크 사용량
const response = await fetch('/v1/monitoring-nodes/metric/network/result/current?clusterIds=text', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "metrics": { "cluster": "thingcluster", "measure": "inbound", "node": "apps-gpu-v100" }, "timestamp": 1687841100, "value": 421652.79999999993 }, { "metrics": { "cluster": "thingcluster", "measure": "outbound", "node": "apps-gpu-v100" }, "timestamp": 1687841100, "value": 691668.5555555555 } ]