DDNS

Solved
ByronZ
Getting noticed

DDNS

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

 

 

1 Accepted Solution
RaphaelL
Kind of a big deal
Kind of a big deal

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

2 Replies 2
RaphaelL
Kind of a big deal
Kind of a big deal

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 } }

ByronZ
Getting noticed

yeah, that is it! Thanks a lot, Raphael, this is great!

Get notified when there are additional replies to this discussion.