Get workload pod memory usage trend (Bytes)
Get the Memory usage trend per minute of the pods created by the workload.
Query parameters
clusterIdsstringRequired
namespacesstringRequired
workloadIdsstringRequired
startstringRequired
endstringRequired
Responses
200
OK
*/*
get
GET /v1/monitoring-workloads/metric/pod-memory/result/transition?clusterIds=text&namespaces=text&workloadIds=text&start=text&end=text HTTP/1.1
Host:
Accept: */*
200
OK
[
{
"metrics": {
"cluster": "thingcluster",
"measure": "usage-memory",
"namespace": "cocktail-system",
"node": "apps-gpu-v100",
"pod": "cocktail-api-cmdb-0",
"workload": "cocktail-api-cmdb"
},
"samples": [
1508339712,
1508360192,
1508970496
],
"timestamps": [
1687741080,
1687741140,
1687741200
],
"values": null
}
]
Was this helpful?