pve_mapping_pci_list
List all PCI device mappings in a Proxmox cluster, returning mapping IDs, device lists, and descriptions for passthrough to VMs.
Instructions
READ-ONLY: list all PCI device mappings at cluster scope.
No state change. Returns a list of dicts defining passthrough mappings for PCI devices assignable to VMs (PCI mapping is VM-only — LXC has no PCI-passthrough config), each with mapping ID, device list, and description. To see the raw physical devices on a node use pve_hardware_list; to create a mapping use pve_mapping_pci_create.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 |