Create A New Configuration Template

POST {{baseUrl}}/organizations/:organizationId/configTemplates

Create a new configuration template #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: name| string| The name of the configuration template timeZone| string| The timezone of the configuration template. For a list of allowed timezones, please see the 'TZ' column in the table in this article. Not applicable if copying from existing network or template copyFromNetworkId| string| The ID of the network or config template to copy configuration from

Supports Action Batches

ResourceOperation
/organizations/{organizationId}/configTemplatescreate

Request Body

{"name"=>"<string>", "timeZone"=>"<string>", "copyFromNetworkId"=>"<string>"}

HEADERS

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

RESPONSES

status: Created

{&quot;id&quot;:&quot;N_24329156&quot;,&quot;name&quot;:&quot;My config template&quot;,&quot;productTypes&quot;:[&quot;appliance&quot;,&quot;switch&quot;,&quot;wireless&quot;],&quot;timeZone&quot;:&quot;America/Los_Angeles&quot;}