Create A Network
POST {{baseUrl}}/organizations/:organizationId/networks
Create a network #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: name| string| The name of the new network productTypes| array| The product type(s) of the new network. Valid types are wireless, appliance, switch, systemsManager, camera, cellularGateway, environmental. If more than one type is included, the network will be a combined network. tags| array| A list of tags to be applied to the network timeZone| string| The timezone of the network. For a list of allowed timezones, please see the 'TZ' column in the table in this article. copyFromNetworkId| string| The ID of the network to copy configuration from. Other provided parameters will override the copied configuration, except type which must match this network's type exactly. notes| string| Add any notes or additional information about this network here.
Supports Action Batches
Resource | Operation |
---|---|
/organizations/{organizationId}/networks | create |
Request Body
{"name"=>"<string>", "productTypes"=>["<string>", "<string>"], "tags"=>["<string>", "<string>"], "timeZone"=>"<string>", "copyFromNetworkId"=>"<string>", "notes"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: Created
{"id":"L_123456","organizationId":"2930418","name":"Long Island Office","timeZone":"America/Los_Angeles","tags":["tag1","tag2"],"productTypes":["appliance","switch","wireless"],"enrollmentString":"long-island-office","notes":"Combined network for Long Island Office"}