Update MX Warm Spare Settings

PUT {{baseUrl}}/networks/:networkId/appliance/warmSpare

Update MX warm spare settings #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: enabled| boolean| Enable warm spare spareSerial| string| Serial number of the warm spare appliance uplinkMode| string| Uplink mode, either virtual or public virtualIp1| string| The WAN 1 shared IP virtualIp2| string| The WAN 2 shared IP

Supports Action Batches

ResourceOperation
/networks/{networkId}/appliance/warmSpareupdate

Request Body

{"enabled"=>"<boolean>", "spareSerial"=>"<string>", "uplinkMode"=>"<string>", "virtualIp1"=>"<string>", "virtualIp2"=>"<string>"}

HEADERS

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

RESPONSES

status: OK

{&quot;enabled&quot;:true,&quot;primarySerial&quot;:&quot;Q234-ABCD-5678&quot;,&quot;spareSerial&quot;:&quot;Q234-ABCD-5678&quot;,&quot;uplinkMode&quot;:&quot;virtual&quot;,&quot;wan1&quot;:{&quot;ip&quot;:&quot;1.2.3.4&quot;,&quot;subnet&quot;:&quot;192.168.1.0/24&quot;},&quot;wan2&quot;:{&quot;ip&quot;:&quot;1.2.3.4&quot;,&quot;subnet&quot;:&quot;192.168.128.0/24&quot;}}