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
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"enabled":true,"primarySerial":"Q234-ABCD-0001","spareSerial":"Q234-ABCD-0002"}