Get the list of pods restarted in the cluster.
OK
대상 메트릭
시간 당 타임스탬프
1685621400
1.3333333333333333
const response = await fetch('/v1/monitoring-clusters/metric/pod-restart-list/result/transition?clusterIds=text&start=text&end=text', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "metrics": { "cluster": "thingcluster", "namespaces": "cocktail-system", "pod": "cocktail-api-cmdb-0" }, "timestamps": 1685621400, "values": 1.3333333333333333 } ]