arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

Get cluster node network usage (bps)

hashtag
Get cluster node network usage (bps)

get

Get network usage for cluster nodes, categorized by inbound and outbound.

Query parameters
clusterIdsstringRequired
nodeIdsstringOptional
Responses
chevron-right
200

OK

*/*
get
/v1/monitoring-nodes/metric/network/result/current
200

OK

GET /v1/monitoring-nodes/metric/network/result/current?clusterIds=text HTTP/1.1
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
  }
]