pve_sdn_fabrics_all
Retrieves all SDN fabrics and their associated nodes in one API call, aggregating configuration and node data across every fabric.
Instructions
READ-ONLY: AGGREGATE read — every SDN fabric's config AND every node across every fabric, in ONE call ({fabrics: [...], nodes: [...]}). 100% reconstructable from pve_sdn_fabrics_list + pve_sdn_fabric_nodes_list_all (2 calls) — built anyway for the cheap N+1-avoidance value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pending | No | Display pending (staged, not-yet-applied) config. | |
| running | No | Display the currently-APPLIED (running) config instead. | |
| 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 |