Products
Platform
General
Public groups
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.
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 } }
View solution in original post
yeah, that is it! Thanks a lot, Raphael, this is great!