Bind A Network To A Template

POST {{baseUrl}}/networks/:networkId/bind

Bind a network to a template. #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: configTemplateId| string| The ID of the template to which the network should be bound. autoBind| boolean| Optional boolean indicating whether the network's switches should automatically bind to profiles of the same model. Defaults to false if left unspecified. This option only affects switch networks and switch templates. Auto-bind is not valid unless the switch template has at least one profile and has at most one profile per switch model.

Supports Action Batches

ResourceOperation
/networks/{networkId}bind

Request Body

{"configTemplateId"=>"<string>", "autoBind"=>"<boolean>"}

HEADERS

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

RESPONSES

status: OK

{&quot;id&quot;:&quot;L_123456&quot;,&quot;organizationId&quot;:&quot;2930418&quot;,&quot;name&quot;:&quot;Long Island Office&quot;,&quot;timeZone&quot;:&quot;America/Los_Angeles&quot;,&quot;tags&quot;:[&quot;tag1&quot;,&quot;tag2&quot;],&quot;productTypes&quot;:[&quot;appliance&quot;,&quot;switch&quot;,&quot;wireless&quot;],&quot;enrollmentString&quot;:&quot;long-island-office&quot;,&quot;notes&quot;:&quot;Combined network for Long Island Office&quot;,&quot;configTemplateId&quot;:&quot;N_23952905&quot;}