09-15-2025 05:08 AM
I need to change the MX licensing level from Essentials to Advantage in our EA.
I need to do this across several Organizations an 1000+ networks. Does anybody know how to do it an easy way except manually?
Solved! Go to Solution.
09-15-2025 02:11 PM
There actually is a beta (which is somewhat different from ea) endpoint available to make the change.
https://developer.cisco.com/meraki/whats-new/v1-beta/#-licensing
you can just do it but make sure you understand the financial implications with your partner/cisco rep.
09-15-2025 06:22 AM
Hi @I3udder - in this instance I would reach out to both your Cisco Partner and Cisco/Meraki aligned AM
09-15-2025 12:14 PM
I second this, a mixture of Meraki sales and supports team can probably sort this for you. Given you are on subscription licensing already I can imagine it being to difficult.
09-15-2025 09:09 AM
No API endpoint for changing license level, so I'd probably engage Meraki Support if I were you.
Or you could consider the rebellious side, and use your session cookie instead...
09-15-2025 02:11 PM
There actually is a beta (which is somewhat different from ea) endpoint available to make the change.
https://developer.cisco.com/meraki/whats-new/v1-beta/#-licensing
you can just do it but make sure you understand the financial implications with your partner/cisco rep.
09-16-2025 02:28 AM
Created an Ansible script to do this. Just couldn't find the limits of the concurrent objects that could be changed. So created a loop with enough retries to accommodate the API limits of Meraki I hope 🙂
09-16-2025 03:31 PM
You have a limit of a total of 10 API requests per second across all APIs consumers for the entire org.
https://developer.cisco.com/meraki/api-v1/rate-limit/
There is a limit of 100 APIs per second per IP address when you are working on multiple orgs.
09-18-2025 03:56 AM
@Philip D'Ath those limits I know. I mean the limits of that specific call. For example with a batch job you can only do 100 changes in 1 API call. But that limit of how many is unknown to me for this specific call.
09-18-2025 12:44 PM
There are no "per API call" specific limits. The limits apply to the API as a whole.
All of the limits are documented in the link I provided.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide