cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1247
Views
0
Helpful
2
Replies

Configuation Template Changes Via API

VZay
Community Member

Is there anyway to do changes to config templates via the API? I see that templates have the same id field as networks but I am getting errors when trying to do anything with them.

image.png

1 Accepted Solution

Accepted Solutions

mloraditch
Meraki Community All-Star
Meraki Community All-Star

There have been discussions over the years: https://community.meraki.com/t5/Developers-APIs/Network-Config-Template-API-Download/m-p/95063

But based on the documentation and what I'm reading, some API calls may work when using the template as the network ID, but other than this set of endpoints: https://developer.cisco.com/meraki/api-v1/create-organization-config-template/ there are no specific API calls to work with Templates. The very explicit error you got unfortunately further indicates the limitations.

If you found this post helpful, please give it a thumbs up. If my answer solves your problem please click Accept as Solution so others can benefit from it.

View solution in original post

2 Replies 2

mloraditch
Meraki Community All-Star
Meraki Community All-Star

There have been discussions over the years: https://community.meraki.com/t5/Developers-APIs/Network-Config-Template-API-Download/m-p/95063

But based on the documentation and what I'm reading, some API calls may work when using the template as the network ID, but other than this set of endpoints: https://developer.cisco.com/meraki/api-v1/create-organization-config-template/ there are no specific API calls to work with Templates. The very explicit error you got unfortunately further indicates the limitations.

If you found this post helpful, please give it a thumbs up. If my answer solves your problem please click Accept as Solution so others can benefit from it.

VZay
Community Member

Thanks