pve_cluster_resources
List all resources across a Proxmox cluster, including VMs, nodes, storage, and SDN, with optional filtering by resource type.
Instructions
READ-ONLY: list all resources across the cluster (VMs, nodes, storage, SDN).
resource_type: optional filter — 'vm', 'storage', 'node', or 'sdn'; omit for all types. No state change. Returns a list of PVE resource dicts (shape varies by type). For overall cluster health/quorum use pve_cluster_status; to list only guests use pve_list_guests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resource_type | No | Optional filter: 'vm', 'storage', 'node', or 'sdn'; omit to list all resource types. | |
| 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 |