Get cluster node network usage (bps)
Get network usage for cluster nodes, categorized by inbound and outbound.
Query parameters
clusterIdsstringRequired
nodeIdsstringOptional
Responses
200
OK
*/*
get
GET /v1/monitoring-nodes/metric/network/result/current?clusterIds=text HTTP/1.1
Host:
Accept: */*
200
OK
[
{
"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
}
]
Was this helpful?