Get the per-minute trend of the overall memory usage in the cluster, categorized by cache and working set.
Start date for the query
End date for the query
OK
OK
GET /v1/monitoring-clusters/metric/memory/result/transition?clusterIds=text&start=text&end=text HTTP/1.1
Accept: */*
[
{
"metrics": {
"cluster": "thingcluster",
"measure": "usage-bytes"
},
"samples": [
85735514112,
85752094720,
85719015424
],
"timestamps": [
1687741080,
1687741140,
1687741200
],
"values": null
}
]