Get cluster node network usage (bps)
Was this helpful?
Was this helpful?
Was this helpful?
GET /v1/monitoring-nodes/metric/network/result/current?clusterIds=text HTTP/1.1
Host:
Accept: */*
[
{
"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
}
]