Clone port-level and some switch-level configuration settings from a source switch to one or more target switches

POST {{baseUrl}}/organizations/:organizationId/switch/devices/clone

Clone port-level and some switch-level configuration settings from a source switch to one or more target switches. Cloned settings include: Aggregation Groups, Power Settings, Multicast Settings, MTU Configuration, STP Bridge priority, Port Mirroring

Request Body

{"sourceSerial"=>"<string>", "targetSerials"=>["<string>", "<string>"]}

HEADERS

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

RESPONSES

status: OK

{&quot;sourceSerial&quot;:&quot;Q234-ABCD-5678&quot;,&quot;targetSerials&quot;:[&quot;Q234-ABCD-0001&quot;,&quot;Q234-ABCD-0002&quot;,&quot;Q234-ABCD-0003&quot;]}