pve_sdn_subnet_get
Retrieve the configuration of a specific SDN subnet by providing the vnet name and subnet ID. Use after listing subnets to get detailed settings.
Instructions
READ-ONLY: read one SDN subnet's configuration (closes the pre-Wave-7a gap — only the subnets LIST existed before). Use pve_sdn_subnet_list to enumerate subnet ids first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vnet | Yes | SDN vnet name the subnet belongs to. | |
| subnet | Yes | Subnet id (CIDR or PVE-derived id) from pve_sdn_subnet_list 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 |