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
Resource | Operation |
---|---|
/organizations/{organizationId}/configTemplates | create |
Request Body
{"name"=>"<string>", "timeZone"=>"<string>", "copyFromNetworkId"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: Created
{"id":"N_24329156","name":"My config template","productTypes":["appliance","switch","wireless"],"timeZone":"America/Los_Angeles"}