Retrieve the framebuffer memory usage trend per minute for each GPU.
Cluster Id
Start date for the query
End date for the query
OK
OK
GET /v1/monitoring-gpu/metric/memory/result/transition?clusterIds=text&start=text&end=text HTTP/1.1
Accept: */*
[
{
"metrics": {
"cluster": "gpu-cluster",
"gpu": "0",
"model": "",
"node": "cocktail-gpu-node-1"
},
"samples": [
0,
17,
0
],
"timestamps": [
1727156220,
1727156280,
1727156340
],
"values": null
}
]