pve_network_list
List network interfaces (bridges, bonds, VLANs, etc.) on a Proxmox VE node. Filter results by interface type for targeted inspection.
Instructions
READ-ONLY: list network interfaces (bridges/bonds/VLANs/etc) on a PVE node.
No state change. Returns a list of dicts with iface name, type (bridge/bond/vlan/eth/alias), method, and address; filter by type with iface_type. For SDN zones/vnets use pve_sdn_zones_list / pve_sdn_vnets_list instead — that's a separate, cluster-scoped layer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | Node name to list interfaces on; defaults to the configured node. | |
| iface_type | No | Filter to one interface type: bridge, bond, vlan, eth, or alias. | |
| 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 |