pve_sdn_zone_get
Read the configuration of a specific SDN zone in Proxmox VE. Supports optional pending and running views for staged or applied settings.
Instructions
READ-ONLY: read one SDN zone's configuration (closes the pre-Wave-7a gap — only the zones LIST existed before). Use pve_sdn_zones_list to enumerate zone ids first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone | Yes | Existing SDN zone id to read. | |
| pending | No | True nests staged-but-unapplied fields under a 'pending' key. | |
| running | No | True returns the currently-APPLIED config instead of the default staged-merged view. | |
| 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 |