Get the total memory usage of pods deployed in the namespace.
GET /v1/monitoring-ns/metric/total-memory/result/transition?clusterIds=text&start=text&end=text HTTP/1.1
Host:
Accept: */*
OK
[
{
"metrics": {
"cluster": "thingcluster",
"measure": "usage-memory"
},
"samples": [
8434753536,
8435253248,
8462614528
],
"timestamps": [
1687741080,
1687741140,
1687741200
],
"values": null
}
]