Was this helpful?
Get the per-minute trend of the number of pods by status (Unknown, Failed, Pending, Running, Succeeded).
Start date for the query
End date for the query
curl -L \ --url '/v1/monitoring-clusters/metric/pod-running/result/transition?clusterIds=text&start=text&end=text'
[ { "metrics": { "cluster": "thingcluster", "phase": "Succeeded" }, "samples": [ 6, 6, 6 ], "timestamps": [ 1687741080, 1687741140, 1687741200 ], "values": null } ]