pbs_node_disks_list
List physical disks on a Proxmox Backup Server node, including name, devpath, type, size, status, used, model, serial, and SMART data. Filter by usage type or include partitions.
Instructions
READ-ONLY: list physical disks on a PBS node. Returns name/devpath/disk-type/size/status/ used/model/serial/wwn/wearout/rpm/gpt/partitions per disk. For one disk's SMART detail use pbs_node_disk_smart. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PBS node name (or 'localhost'). | localhost |
| skipsmart | No | Skip SMART checks (faster, less detail). | |
| usage_type | No | Filter by usage: one of unused, mounted, lvm, zfs, devicemapper, partitions, filesystem. | |
| proximo_target | No | Which configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call. | |
| include_partitions | No | Also include partitions in the result. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |