Get the total number of PVCs created in the namespace.
OK
대상 메트릭
시간 당 타임스탬프
1687932960
네임스페이스의 타임스탬프별 PVC 개수
23
const response = await fetch('/v1/monitoring-ns/metric/total-pvc-count/result/current?clusterIds=text', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "metrics": { "cluster": "thingcluster", "namespace": "cocktail-system" }, "timestamp": 1687932960, "value": 23 } ]