Get workload memory usage (Bytes)
Was this helpful?
Was this helpful?
Was this helpful?
GET /v1/monitoring-workloads/metric/memory/result/current?clusterIds=text&namespaces=text&workloadIds=text HTTP/1.1
Host:
Accept: */*
[
{
"metrics": {
"cluster": "thingcluster",
"measure": "usage-memory",
"namespace": "cocktail-system",
"workload": "cocktail-api-cmdb"
},
"timestamp": 1688001360,
"value": 1645985792
}
]