Update The Management Interface Settings For A Device

PUT {{baseUrl}}/devices/:serial/managementInterface

Update the management interface settings for a device #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: wan1| object| WAN 1 settings wan2| object| WAN 2 settings (only for MX devices)

Supports Action Batches

ResourceOperation
/devices/{serial}/managementInterfaceupdate

Request Body

{"wan1"=>{"wanEnabled"=>"<string>", "usingStaticIp"=>"<boolean>", "staticIp"=>"<string>", "staticGatewayIp"=>"<string>", "staticSubnetMask"=>"<string>", "staticDns"=>["<string>", "<string>"], "vlan"=>"<integer>"}, "wan2"=>{"wanEnabled"=>"<string>", "usingStaticIp"=>"<boolean>", "staticIp"=>"<string>", "staticGatewayIp"=>"<string>", "staticSubnetMask"=>"<string>", "staticDns"=>["<string>", "<string>"], "vlan"=>"<integer>"}}

HEADERS

KeyDatatypeRequiredDescription
X-Cisco-Meraki-API-Keynull
Content-Typestring

RESPONSES

status: OK

{&quot;wan1&quot;:{&quot;wanEnabled&quot;:&quot;not configured&quot;,&quot;usingStaticIp&quot;:true,&quot;staticIp&quot;:&quot;1.2.3.4&quot;,&quot;staticSubnetMask&quot;:&quot;255.255.255.0&quot;,&quot;staticGatewayIp&quot;:&quot;1.2.3.1&quot;,&quot;staticDns&quot;:[&quot;1.2.3.2&quot;,&quot;1.2.3.3&quot;],&quot;vlan&quot;:7},&quot;wan2&quot;:{&quot;wanEnabled&quot;:&quot;enabled&quot;,&quot;usingStaticIp&quot;:false,&quot;vlan&quot;:2}}