Was this helpful?
Get the per-minute trend of CPU usage by node in the cluster.
/v1/monitoring-nodes/metric/cpu-usage/result/transition
Start date for the query
End date for the query
curl -L \ --url '/v1/monitoring-nodes/metric/cpu-usage/result/transition?clusterIds=text&start=text&end=text'
[ { "metrics": { "cluster": "thingcluster", "measure": "usage-cpu", "node": "apps-gpu-v100" }, "values": null, "samples": [ 0.07592, 0.07889, 0.07764 ], "timestamps": [ 1687741080, 1687741140, 1687741200 ] } ]