Last updated 1 year ago
Was this helpful?
Get the total CPU usage per minute of the cluster.
/v1/monitoring-clusters/metric/cpu/result/transition
Start date for the query
End date for the query
curl -L \ --url '/v1/monitoring-clusters/metric/cpu/result/transition?clusterIds=text&start=text&end=text'
[ { "metrics": { "cluster": "thingcluster", "measure": "usage-cpu" }, "values": null, "samples": [ 6.05478, 6.39511, 6.44867 ], "timestamps": [ 1687741080, 1687741140, 1687741200 ] } ]