Was this helpful?
Get network usage for cluster nodes, categorized by inbound and outbound.
/v1/monitoring-nodes/metric/network/result/current
curl -L \ --url '/v1/monitoring-nodes/metric/network/result/current?clusterIds=text'
[ { "timestamp": 1687841100, "value": 421652.79999999993, "metrics": { "cluster": "thingcluster", "measure": "inbound", "node": "apps-gpu-v100" } }, { "timestamp": 1687841100, "value": 691668.5555555555, "metrics": { "cluster": "thingcluster", "measure": "outbound", "node": "apps-gpu-v100" } } ]