Get the number of pods deployed in the namespace that are in the Ready state.
OK
대상 메트릭
시간 당 타임스탬프
1687851000
준비된 파드 개수
78
const response = await fetch('/v1/monitoring-ns/metric/pod-ready/result/current?clusterIds=text', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "metrics": { "ready": "78" }, "timestamp": 1687851000, "value": 78 } ]