pve_sdn_fabric_node_create
Add a node to an SDN fabric. Dry-run returns a plan; confirm executes the pending creation.
Instructions
MUTATION: add a node to an SDN fabric (PENDING — inert until pve_sdn_apply).
To update an existing node use pve_sdn_fabric_node_update; to remove one use pve_sdn_fabric_node_delete. Dry-run by default (returns a PLAN); confirm=True creates the pending node, returning {status, result}. RISK_LOW (staging, no live network effect).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| digest | No | Expected config digest for optimistic-concurrency checking — accepted on CREATE for this endpoint (one of three exceptions on this SDN plane to the 'digest never on create' convention). | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the staged mutation. | |
| node_id | Yes | Fabric node id to create (a PVE cluster node hostname). | |
| options | No | Protocol-conditional fields (interfaces, ip, ip6, peers, allowed_ips, endpoint, public_key, role); PVE validates per protocol server-side. | |
| protocol | Yes | Fabric routing protocol: openfabric, ospf, wireguard, or bgp — must match the fabric's own configured protocol. | |
| fabric_id | Yes | Existing SDN fabric id to add this node to. | |
| lock_token | No | SDN cluster lock token to use for this write, if one is held. | |
| 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 |