pbs_node_disk_smart
Get SMART health status and attributes for a disk on a PBS node. Returns wear-out indicator and optional health-only summary.
Instructions
READ-ONLY: get SMART attributes and health for one disk on a PBS node. Returns {status, attributes, wearout}. This is the GET form — it does NOT trigger a self-test. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| disk | Yes | Bare block device name (e.g. 'sda', 'nvme0n1') — NOT a /dev/ path. As listed by pbs_node_disks_list. | |
| node | No | PBS node name (or 'localhost'). | localhost |
| healthonly | No | If True, returns only the health status (not the full attribute table). | |
| 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 |