Get workload pod network usage trend (bps)

Get workload pod network usage trend (bps)

get

Get the per-minute trend of Network usage, categorized by inbound and outbound, for pods created by the workload.

Query parameters
clusterIdsstringRequired
namespacesstringRequired
workloadIdsstringRequired
startstringRequired
endstringRequired
Responses
200
OK
*/*
get
GET /v1/monitoring-workloads/metric/pod-network/result/transition?clusterIds=text&namespaces=text&workloadIds=text&start=text&end=text HTTP/1.1
Host: 
Accept: */*
200

OK

[
  {
    "metrics": {
      "cluster": "thingcluster",
      "measure": "inbound",
      "namespace": "cocktail-system",
      "node": "apps-gpu-v100",
      "pod": "cocktail-api-cmdb-0",
      "workload": "cocktail-api-cmdb"
    },
    "samples": [
      677.91329,
      450.96245,
      10778.04853
    ],
    "timestamps": [
      1687741080,
      1687741140,
      1687741200
    ],
    "values": null
  }
]

Was this helpful?