- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
API Missing functionaliity
Hello,
I'm looking to unbind hundreds of networks from a template for a client. Meraki has recently introduced functionality to be able to retain configurations for a network after you unbind. This is obviously great but it seems like this option isn't available when unbinding using the API.
I tried unbinding a network with the API and it automatically assumes I don't want to keep the configs. Would it be possible to add a "keep config" attribute? This would really make the endpoint much more useful
Thoughts/Suggestions on any other way I can go about this would be appreciated
Solved! Go to solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This option is indeed available via API. Its just not mentioned there. You have to pass a query param
retainConfigs: true
and this will retain you configs while unbinding the template.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This option is indeed available via API. Its just not mentioned there. You have to pass a query param
retainConfigs: true
and this will retain you configs while unbinding the template.
