FieldWhat It Tells YounetworkIdWhich network this VLAN belongs to (Liongard-friendly ID)idVLAN number (e.g. 1, 10, 200)nameDescriptive VLAN name (e.g. “Guest WiFi”, “DMZ”)subnetIP subnet used in the VLANdhcpHandlingWhether the Meraki device is running a DHCP server, relaying, or disableddnsNameserversDNS settings used for clients in this VLANdhcpLeaseTimeHow long DHCP leases are issued for (e.g. “1 day”, “4 hours”)
Networks[].VLANs[].join(' | ', [ join(': ', ['Network', to_string(networkId)]), join(': ', ['VLAN', to_string(id)]), join(': ', ['Name', to_string(name)]), join(': ', ['Subnet', to_string(subnet)]), join(': ', ['DHCP Mode', to_string(dhcpHandling)]), join(': ', ['DNS', to_string(dnsNameservers)]), join(': ', ['Lease Time', to_string(dhcpLeaseTime)]) ])