pdm_pve_qemu_list
List QEMU VMs across a PDM-registered Proxmox VE remote, cluster-wide. Optionally filter by node. Read-only, no state change.
Instructions
READ-ONLY: list VMs across a PDM-registered PVE remote (cluster-wide), proxied through PDM.
No state change. Returns a list of dicts shaped like PVE's qemu list (live-proven 2026-06-27); node optionally filters to one PVE node. For one VM's config use pdm_pve_qemu_config; to query the cluster directly without PDM, use pve_list_guests. Needs PROXIMO_PDM_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | Optional PVE node name to restrict the listing to; omit to list cluster-wide. | |
| remote | Yes | PDM-registered PVE remote name, from pdm_remotes_list. | |
| 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 |