Return The Management Interface Settings For A Device
GET {{baseUrl}}/devices/:serial/managementInterface
Return the management interface settings for a device
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null |
RESPONSES
status: OK
{"ddnsHostnames":{"activeDdnsHostname":"mx1-sample.dynamic-m.com","ddnsHostnameWan1":"mx1-sample-1.dynamic-m.com","ddnsHostnameWan2":"mx1-sample-2.dynamic-m.com"},"wan1":{"wanEnabled":"not configured","usingStaticIp":true,"staticIp":"1.2.3.4","staticSubnetMask":"255.255.255.0","staticGatewayIp":"1.2.3.1","staticDns":["1.2.3.2","1.2.3.3"],"vlan":7},"wan2":{"wanEnabled":"enabled","usingStaticIp":false,"vlan":2}}