get_vm_filesystem_info
Retrieve disk space and filesystem details from inside Proxmox VMs using the QEMU guest agent. Returns mount points, storage capacity, used/free space, and filesystem types for VM storage monitoring.
Instructions
Get filesystem/disk space information from inside a VM using the QEMU guest agent.
This requires the qemu-guest-agent to be installed and running inside the VM. Install it with: apt install qemu-guest-agent (Debian/Ubuntu) or yum install qemu-guest-agent (RHEL/CentOS)
Args: vmid: The VM ID node: The Proxmox node name (optional, will auto-detect)
Returns filesystem information including:
Mount points
Total size
Used space
Free space
Filesystem type
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vmid | Yes | ||
| node | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||