pdm_pve_resources
List resources on a PDM-proxied Proxmox VE remote, with optional filtering by resource type like vm, storage, node, or sdn.
Instructions
READ-ONLY: list resources on ONE PDM-registered PVE remote, proxied through PDM.
No state change. Returns a list of dicts shaped like PVE's cluster/resources (live-proven 2026-06-27); kind optionally filters by type (vm, storage, node, sdn, ...). To query the cluster directly without PDM, use pve_cluster_resources. Needs PROXIMO_PDM_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Optional resource-type filter, e.g. 'vm', 'storage', 'node', 'sdn'. | |
| 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 |