pve_node_disks_list
List physical disks on a Proxmox VE node, returning device path, health, size, model, serial, and usage status.
Instructions
READ-ONLY: list physical disks on a PVE node.
GET /nodes/{node}/disks/list. VERIFIED live (PVE 9.2): returns a list of dicts (devpath/health/size/model/serial/used). For one disk's SMART detail use pve_node_disk_smart.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PVE node name to query; defaults to the configured node if omitted. | |
| 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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |