05-26-2022 05:54 PM
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.
05-31-2022 10:31 AM
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.
05-28-2022 07:04 AM
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
05-31-2022 10:31 AM
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.
05-31-2022 04:42 PM
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.
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