Was this helpful?
Get the disk details (device, mount point, namespace, pod, etc.) and usage of the cluster node.
/v1/monitoring-nodes/metric/disk-detail-usage/result/current
curl -L \ --url '/v1/monitoring-nodes/metric/disk-detail-usage/result/current?clusterIds=text'
[ { "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" } ]