
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on
07-05-2016
12:15 PM
- edited on
03-25-2019
01:09 PM
by
ciscomoderator
The Provisioning API enables access to the Meraki dashboard configuration via a modern programmable API. This python library was created by a team of Meraki Network Support Engineers and Consulting Systems Engineers. The purpose of the library is to automate network functions such as bulk adding or modifying administrator accounts, creating VLANs, tag devices, and more to come. This code is open source and free to copy. Future goals for this project are to read, format, and post input from .csv files and JSON objects.
This project is currently focused on building out a collection of methods to facilitate bulk adding or modifying administrator accounts. Planned goals are to read, format, and post input from .csv files and JSON objects.
Source here:
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Hello @colo,
Thanks for the link!
I noticed that the latest update was 6 years ago and the Python3 module is based upon Python3.5.
Are there any updates available? Are there plans to test the module against a more recent version of Python, possibly 3.10 or 3.11?
Thanks again!