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
Resource | Operation |
---|---|
/networks/{networkId} | bind |
Request Body
{"configTemplateId"=>"<string>", "autoBind"=>"<boolean>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"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","configTemplateId":"N_23952905"}