Loading...
Get the Network usage, categorized by inbound and outbound, for the workload.
OK
대상 메트릭
클러스터 아이디
"thingcluster"
inbound 또는 outbound
네임스페이스 이름
"cocktail-system"
워크로드 이름
"cocktail-api-cmdb"
시간 당 타임스탬프
타임스탬프별 워크로드 네트워크 사용량
const response = await fetch('/v1/monitoring-workloads/metric/network/result/current?clusterIds=text&namespaces=text&workloadIds=text', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "metrics": { "cluster": "thingcluster", "measure": "inbound", "namespace": "cocktail-system", "workload": "cocktail-api-cmdb" }, "timestamp": 1688001420, "value": 595.1208098322701 }, { "metrics": { "cluster": "thingcluster", "measure": "outbound", "namespace": "cocktail-system", "workload": "cocktail-api-cmdb" }, "timestamp": 1688001420, "value": 2675.7099578828106 } ]