02-28-2023 07:31 PM
When I cloned a network to a new MX via API, it copies the first part of the DDNS too. Even though each MX DDNS is unique, but I would like to make the first part of the DDNS more user friendly so that when I see it I know what branch it is.
I was able to GET the DDNS hostname by following here (https://developer.cisco.com/meraki/api-v1/#!get-device-management-interface), but the update (PUT) doesn't seem to support updating ddnsHostnames (https://developer.cisco.com/meraki/api-v1/#!get-device-management-interface).
Is there anyway to update the MX DDNS via API?
Thanks
Solved! Go to Solution.
02-28-2023 07:47 PM
Hi ,
I think it is this one :
https://developer.cisco.com/meraki/api-latest/#!update-network-appliance-settings
{ "clientTrackingMethod": "MAC address", "deploymentMode": "routed", "dynamicDns": { "prefix": "test", "enabled": true } }
02-28-2023 07:47 PM
Hi ,
I think it is this one :
https://developer.cisco.com/meraki/api-latest/#!update-network-appliance-settings
{ "clientTrackingMethod": "MAC address", "deploymentMode": "routed", "dynamicDns": { "prefix": "test", "enabled": true } }
03-01-2023 10:51 AM
yeah, that is it! Thanks a lot, Raphael, this is great!
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