cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
5299
Views
4
Helpful
8
Replies

API endpoint not working v1.47 & v1.48.0

252_Masked_Nett
Level 1
Level 1

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?

1 Accepted Solution

Accepted Solutions

John-on-API
Cisco Employee
Cisco Employee

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.

View solution in original post

8 Replies 8

Philip D'Ath
Meraki Community All-Star
Meraki Community All-Star

Is it already configured with a VLAN?

Teleworker Gateway > Addressing/VLANs > Routing > Single LAN

John-on-API
Cisco Employee
Cisco Employee

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.

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.

riduque
Cisco Employee
Cisco Employee

Are you using this API Endpoint? https://developer.cisco.com/meraki/api-v1/update-network-appliance-single-lan/

Are you getting any specific errors?

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.

What if you use this API Endpoint to update the VLAN information? https://developer.cisco.com/meraki/api-v1/update-network-appliance-vlan/

252_Masked_Nett
Level 1
Level 1

Thank you all for your help. Understanding Postman and Meraki API is still a ongoing learning journey me!