pve_node_disk_smart
Get SMART health data for a specific disk on a Proxmox VE node. Returns health status, disk type, and SMART attributes.
Instructions
READ-ONLY: get SMART health data for one disk on a PVE node.
GET /nodes/{node}/disks/smart?disk=…. VERIFIED live (PVE 9.2): returns a dict (health, type, text/attributes). This GET form does NOT trigger a self-test. To list all disks first use pve_node_disks_list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| disk | Yes | Device path/identifier of the disk to query (e.g. /dev/sda), as listed by pve_node_disks_list. | |
| node | No | PVE node name the disk lives on; 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 |