If you have to do it via API, then Python scripts can still be used for that. You'd probably look to apply tags to certain Networks, then have your script look for all Networks with that tag, you then iterate through that list and apply the desired change. You could also potentially look to use a complementary API-based service from a Meraki Ecosystem partner (their tools use the API in the background). Check out the Network Management tools here: https://apps.meraki.io/ maybe the Boundless I Configuration tool, under Categories > Automation > Orchestration ..? This is assuming that Templates in the Dashboard itself won't allow you to do what you want? https://documentation.meraki.com/General_Administration/Templates_and_Config_Sync/Managing_Multiple_Networks_with_Configuration_Templates https://documentation.meraki.com/Architectures_and_Best_Practices/Cisco_Meraki_Best_Practice_Design/Best_Practice_Design_-_MX_Security_and_SD-WAN/MX_Templates_Best_Practices Personally, I'd always recommend trying Templates before the API, but the API is certainly more flexible...
... View more