Was this helpful?
Get the Network usage, categorized by inbound and outbound, for the workload.
/v1/monitoring-workloads/metric/network/result/current
curl -L \ --url '/v1/monitoring-workloads/metric/network/result/current?clusterIds=text&namespaces=text&workloadIds=text'
[ { "metrics": { "cluster": "thingcluster", "measure": "inbound", "namespace": "cocktail-system", "workload": "cocktail-api-cmdb" }, "timestamp": 1688001420, "value": 595.1208098322701 }, { "metrics": { "cluster": "thingcluster", "measure": "outbound", "namespace": "cocktail-system", "workload": "cocktail-api-cmdb" }, "timestamp": 1688001420, "value": 2675.7099578828106 } ]