cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1558
Views
2
Helpful
1
Replies

API Missing functionaliity

AutomationDude
Level 5
Level 5

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

1 Accepted Solution

Accepted Solutions

HarshGoel97579
Visitor

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.

View solution in original post

1 Reply 1

HarshGoel97579
Visitor

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.