update_network_vlan
Update a VLAN's attributes (name, subnet, appliance IP, group policy, DHCP handling) on a Meraki network, capturing prior values for undo and supporting dry-run preview.
Instructions
[WRITE][risk=medium] Update an appliance VLAN, capturing its prior values.
Captures the changed keys' prior values before the change (undo restores
them). Pass dry_run=True to preview.
Args:
network_id: Meraki network id.
vlan_id: VLAN id to update.
attrs: Attributes to set — allowed keys: name, subnet, applianceIp,
groupPolicyId, dhcpHandling.
dry_run: If True, preview without changing.
target: Target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| attrs | Yes | ||
| target | No | ||
| dry_run | No | ||
| vlan_id | Yes | ||
| network_id | Yes |