Get the disk details (device, mount point, namespace, pod, etc.) and usage of the cluster node.
OK
대상 메트릭
시간 당 타임스탬프
"1687840740"
해당 클러스터, 노드의 타임스탬프별 디스크 사용율
"0.015729446533998215"
const response = await fetch('/v1/monitoring-nodes/metric/disk-detail-usage/result/current?clusterIds=text', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "metrics": { "cluster": "thingcluster", "device": "/dev/mapper/centos-root", "measure": "used_ratio", "mountpoint": "/", "namespace": "cocktail-system", "node": "apps-gpu-v100", "pod": "cocktail-api-cmdb-0", "service": "api-cmdb" }, "timestamp": "1687840740", "value": "0.015729446533998215" } ]