cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4090
Views
0
Helpful
3
Replies

Automate updating SSID

Utami1151
Frequent Visitor
Frequent Visitor

Hi Guys,

I'm new with working with Meraki API. Is there a way to automate updating SSID with python?

Thanks in advanced

1 Accepted Solution

Accepted Solutions

AutomationDude
Level 5
Level 5

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.

View solution in original post

3 Replies 3

RomanMD
Level 6
Level 6

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

AutomationDude
Level 5
Level 5

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.

Utami1151
Frequent Visitor
Frequent Visitor

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.