Products
Platform
General
Public groups
I'm looking for api call to update the DHCP settings under security-sdwan->configure.
In particular, I want to be able to set the Client addressing and Reserved IP ranges options.
appliance model:MX68CW-NA
appreciate your help.
Solved! Go to solution.
https://developer.cisco.com/meraki/api-v1/#!update-network-appliance-vlan
View solution in original post
Just one gotcha - you must have VLANs enabled to use this API )even if it is just one VLAN).
Thanks @PhilipDAth !! Indeed - that's correct. I got the same feedback since the update method didn't really work on a single LAN - Only VLAN is supported for the PUT method.
https://community.meraki.com/t5/Developers-APIs/DHCP-updates-are-not-applied-to-MX-when-calling-appl...