Split A Combined Network Into Individual Networks For Each Type Of Device
POST {{baseUrl}}/networks/:networkId/split
Split a combined network into individual networks for each type of device
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null |
RESPONSES
status: OK
{"resultingNetworks":[{"id":"N_1234","organizationId":"2930418","name":"Long Island Office - switch","timeZone":"America/Los_Angeles","tags":["tag1","tag2"],"productTypes":["switch"],"enrollmentString":"long-island-office"},{"id":"N_5678","organizationId":"2930418","name":"Long Island Office - wireless","timeZone":"America/Los_Angeles","tags":["tag1","tag2"],"productTypes":["wireless"],"enrollmentString":"long-island-office"}]}