Overview of Meraki Dashboard API automation scripts
masterThis repository contains Python 3 automation and migration scripts for the Meraki Dashboard API. These scripts are designed to help automate common tasks within the Meraki ecosystem.
Important Considerations:
- Python Version: These scripts require Python 3. They will not run in Python 2. You can verify your version using
python --version(Windows) orpython3 --version(Linux/Mac). - API Versions: Some older scripts may use the Meraki Dashboard API v0, which is end-of-life and unsupported. If you encounter a v0 script, consider requesting a conversion to v1.
- API Updates: Meraki APIs are constantly expanding. Always check the Meraki What's New page for the most current information.