08-01-2024 05:52 AM
Hello Folks,
Attempting to update a Z3's single LANs DHCP, DNS custom name server IP addresses using 'baseUrl/networks/:networkId/appliance/singleLan'. When I enter the updated IPs in the body of the PUT request, the successful response shows the IP addresses went unchanged. Can anyone test this and verify?
Solved! Go to Solution.
08-02-2024 08:58 AM
Hi @252_Masked_Nett are you sure updates are allowed to that path? Please check the documentation and confirm. I suspect it's a read-only operation.
08-01-2024 03:14 PM
Is it already configured with a VLAN?
08-05-2024 09:31 AM
Teleworker Gateway > Addressing/VLANs > Routing > Single LAN
08-02-2024 08:58 AM
Hi @252_Masked_Nett are you sure updates are allowed to that path? Please check the documentation and confirm. I suspect it's a read-only operation.
08-05-2024 09:41 AM
There's a PUT method for single lan settings, but I just recognized something, there isn't a 'name:value' option for any custom name servers in the schema. So that isn't supported right now.
08-02-2024 11:39 AM
Are you using this API Endpoint? https://developer.cisco.com/meraki/api-v1/update-network-appliance-single-lan/
Are you getting any specific errors?
08-05-2024 09:43 AM
No specific errors. The custom name server field wouldn't update. BUT, I just saw that it isn't supported right now in the schema. There's not 'name:value' pair in the schema example supporting this right now.
08-05-2024 09:52 AM
What if you use this API Endpoint to update the VLAN information? https://developer.cisco.com/meraki/api-v1/update-network-appliance-vlan/
08-05-2024 09:45 AM
Thank you all for your help. Understanding Postman and Meraki API is still a ongoing learning journey me!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide