Last updated 1 year ago
Was this helpful?
네임스페이스에 생성된 PVC의 사용량을 조회한다.
/v1/monitoring-ns/metric/volume/result/current
클러스터 아이디
네임스페이스 이름
curl -L \ --url '/v1/monitoring-ns/metric/volume/result/current?clusterIds=text'
[ { "metrics": { "cluster": "thingcluster", "measure": "total", "pv_name": "pvc-25d59719-c9d4-48ac-a87a-be5adca980a2", "pvc_name": "data-cocktail-monitoring-monitoring-db-0", "pvc_namespace": "cocktail-system", "storage_class": "nfs-csi", "volume_type": "text" }, "timestamp": 1687934760, "value": 1099511627776 } ]