- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Automate updating SSID
Hi Guys,
I'm new with working with Meraki API. Is there a way to automate updating SSID with python?
Thanks in advanced
Solved! Go to solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey Tiro,
There are scripts for updating SSIDs as shared by Roman. I've also made a video tutorial if you want to see.
https://www.youtube.com/watch?v=588QxqAWKP4&t=84s
If you talk about automating this update though, that will require hosting the script on something like AWS and makes things a bit more complicated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, of course.
Check the developer hub, on the right side you have the examples for Python using the Meraki library or python requests library.
https://developer.cisco.com/meraki/api-v1/#!update-network-wireless-ssid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey Tiro,
There are scripts for updating SSIDs as shared by Roman. I've also made a video tutorial if you want to see.
https://www.youtube.com/watch?v=588QxqAWKP4&t=84s
If you talk about automating this update though, that will require hosting the script on something like AWS and makes things a bit more complicated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Guys!
@AutomationDude I actually watched your video before your reply.
I think I got my python script ready, and I'd like to use Azure function to make it run on a schedule.
