drive_status
List per-drive used ratios for MinIO targets, sorted from fullest to least, to identify drives nearing capacity and prevent storage issues.
Instructions
[READ] Per-drive rows (server, drive, used ratio), fullest first.
Returns {"drives": [...], "returned": N, "error": str | None}. A non-null "error" means the metrics scrape failed — that is NOT the same as a server with no drives, so do not report an empty list as "healthy, nothing to see".
Args: target: MinIO target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No |