cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2491
Views
3
Helpful
2
Replies

DDNS

ByronZ
Community Member

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

Accepted Solutions

Raphael_L
Meraki Community All-Star
Meraki Community All-Star

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

Raphael_L
Meraki Community All-Star
Meraki Community All-Star

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
Community Member

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