Update Warm Spare Configuration For A Switch

PUT {{baseUrl}}/devices/:serial/switch/warmSpare

Update warm spare configuration for a switch. The spare will use the same L3 configuration as the primary. Note that this will irreversibly destroy any existing L3 configuration on the spare.

Request Body

{"enabled"=>"<boolean>", "spareSerial"=>"<string>"}

HEADERS

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

RESPONSES

status: OK

{&quot;enabled&quot;:true,&quot;primarySerial&quot;:&quot;Q234-ABCD-0001&quot;,&quot;spareSerial&quot;:&quot;Q234-ABCD-0002&quot;}