pve_network_iface_create
Create a new network interface configuration on a Proxmox node. Config is staged (dry-run) by default; use confirm=True to execute.
Instructions
MUTATION: create a new network interface config (staged — not live until pve_network_apply).
Dry-run by default; confirm=True to execute. Synchronous.
options carries type-dependent fields (address, netmask, gateway, bridge_ports, …).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | ||
| iface | Yes | ||
| confirm | No | ||
| options | No | ||
| iface_type | Yes | ||
| 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 |