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
GET /v1/monitoring-clusters/metric/pod-running/result/transition?clusterIds=text&start=text&end=text HTTP/1.1 Host: Accept: */*
OK
[ { "metrics": { "cluster": "thingcluster", "phase": "Succeeded" }, "samples": [ 6, 6, 6 ], "timestamps": [ 1687741080, 1687741140, 1687741200 ], "values": null } ]