pve_node_storage_backend_list
List storage backends of a specified type on a Proxmox VE node. Supports lvm, lvmthin, zfs, and directory backends for read-only inspection.
Instructions
READ-ONLY: list storage backends of a type on a PVE node.
backend ∈ {lvm, lvmthin, zfs, directory}. GET /nodes/{node}/disks/{backend}. VERIFIED live (PVE 9.2): lvm returns a VG-tree dict; lvmthin/zfs/directory return a list. To create or destroy a backend use pve_node_storage_backend_create / pve_node_storage_backend_delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PVE node name to query; defaults to the configured node if omitted. | |
| backend | Yes | Storage backend type to list: one of lvm, lvmthin, zfs, directory. | |
| 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 |