Community Record
138
Posts
121
Kudos
12
Solutions
Badges
Nov 17 2022
4:12 AM
Hey @JasonM, I did try that as well, but it results in the following error: TypeError: unbindNetwork() got an unexpected keyword argument 'retainConfigs' Any ideas on what I could be doing wrong?
... View more
Nov 16 2022
9:21 AM
Hey guys, Trying to use this API call: https://developer.cisco.com/meraki/api-v1/#!unbind-network Need some guidance on how to include the optional retainConfigs: true boolean. I've tried a variety of different formats, all of which are leading to different errors. I'm sure there's a correct way to enter this, I just have no idea what it is. Here is what I'm currently working with: dashboard.networks.unbindNetwork( network_id, { "retainConfigs": True } ) If someone who's used optional params before could offer some guidance on the correct syntax for this API call, it would be much appreciated. Thank you.
... View more
Oct 4 2022
3:50 AM
Hello, I assume you just want to add the rules on top of what you already have. If that is the case, you could try within your script to read the current rules via API, add your rules on top, and then putt the joint the data back via the API call you're using. Not ideal but seems to be the way to do what you want
... View more
Sep 7 2022
8:36 AM
Thank you all for your input, gonna take this to the drawing board.
... View more
Sep 6 2022
3:54 AM
Hello guys, Trying to solve a a problem that shouldn't be solved with APIs by using APIs. Was wondering if you have any input. I have a customer that wants to be alerted every time any of their networks (all with different ISPs) goes to an extremely low download speed below a certain threshold. There is the internal dashboard tool to view speed and of course speed test websites, but there isn't a direct API endpoint for speed. I am going to try to use this one to infer if the speed is too slow however: https://developer.cisco.com/meraki/api-latest/#!get-device-live-tools-ping Is this a reasonable approach? Let me know if anything else comes to mind 🙂
... View more
Aug 29 2022
2:48 AM
Hello Mike, There are two approaches I can think of here: - Use an external Guest Wifi provider that has more sophisticated scheduling settings. Would be set and forget. - Write an API script that is hosted in the cloud and automatically does this every Friday. Would also be set and forget. You can send me a message if you need some assistance as my company can help with both.
... View more
Aug 23 2022
8:57 AM
11 Kudos
@PhilipDAth deserves to become the CEO of Meraki at this point
... View more
Jul 27 2022
4:38 AM
https://documentation.meraki.com/General_Administration/Licensing/Meraki_Per-Device_Licensing_Overview You should be good to go, just review this documentation which mentions you can't have more than 50000 1 Day licenses. So ensure the customer has less than 555 APs
... View more
Jun 17 2022
5:52 AM
Hmm, not sure what you're missing here since you've got all the data. Could you try rephrasing the use case or the issue?
... View more
Jun 15 2022
3:27 AM
Hey @KRobert, you're welcome! I've never written anything for exactly what you described but did have this video that creates new networks from a csv file: https://www.youtube.com/watch?v=Jbb3sxcxQ0A&t=312s&ab_channel=BoundlessDigital I'm guessing you were having some trouble working with variables that were read from the csv so this should hopefully give you some insights that move you in the right direction. Best of luck!
... View more
Jun 14 2022
10:08 AM
1 Kudo
Hello good sir, I recorded a video that explains exactly how to do this for the API course I made. Here's the link: https://www.youtube.com/watch?v=kfTtEUotXCI&t=125s&ab_channel=BoundlessDigital
... View more
Jun 9 2022
2:39 AM
1 Kudo
Hi @Kiki , the post above is the truth. I can however sympathise with you. Considering what you shared from the documentation, it doesn't seem very clear.
... View more
Jun 7 2022
2:18 AM
5 Kudos
Hey @lawrie, the license is what keeps the devices running. If you want the clients to be able to connect, you will need an active license. Your configurations on the dashboard will not be lost however. Meraki will give you a 30 day grace period after the license expires, after which everything will stop working. Get new licenses if you'd like to keep things running. I believe you can acquire them easily from an online store like Rhino Networks.
... View more
May 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.
... View more
May 5 2022
6:31 AM
2 Kudos
Hello, I'm looking to unbind hundreds of networks from a template for a client. Meraki has recently introduced functionality to be able to retain configurations for a network after you unbind. This is obviously great but it seems like this option isn't available when unbinding using the API. I tried unbinding a network with the API and it automatically assumes I don't want to keep the configs. Would it be possible to add a "keep config" attribute? This would really make the endpoint much more useful Thoughts/Suggestions on any other way I can go about this would be appreciated
... View more
Apr 19 2022
3:04 AM
This API call should definitely return the firmware version if there is an active firmware running on the dashboard. I'd guess its a problem exclusive to the sensors. I know some of the API integrations with sensors are relatively new so maybe they just missed something.
... View more
Apr 4 2022
6:55 AM
1 Kudo
@Inderdeep @KarstenI I guess you guys are still experiencing winter wherever you are 😁
... View more
Mar 14 2022
3:32 AM
14 Kudos
Good luck everybody! Looks like we can all just post here to farm kudos 😁
... View more
Feb 21 2022
5:53 AM
2 Kudos
Hey @DevK , Network level endpoints only work for networks and org level endpoints only work for orgs. Unfortunately there isn't a direct way to get what you're looking for but fortunately, there is a relatively simple way. It's called loops. Im not sure if loops are possible in Postman but you should definitely look into using Python if aren't already. Here's the concept I'm talking about: https://www.youtube.com/watch?v=94UHCEmprCY Here's a free course I made specifically for Meraki APIs that includes examples of this: https://go.boundlessdigital.com/meraki-api-with-python-course/registration
... View more
Feb 10 2022
6:49 AM
I agree, it doesn't seem that hard to let us know what the possible return values for an API call are!
... View more
Feb 2 2022
6:11 AM
1 Kudo
Yep, it's the same shard for me thats causing issues. Doubt Meraki support can do anything about this, the problem is likely to be at a much deeper level.
... View more
Jan 31 2022
6:53 AM
2 Kudos
Hey Raphael, Not 100% sure about the limit for this API call but I would guess its the same as the other client level endpoints, which is one month back.
... View more
Jan 28 2022
1:35 AM
Thank you this is exactly what I was looking for!
... View more
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
3264 | Oct 4 2022 3:50 AM | |
5391 | Jun 14 2022 10:08 AM | |
3128 | Jun 7 2022 2:18 AM | |
2641 | May 31 2022 10:31 AM | |
1396 | Feb 21 2022 5:53 AM | |
3322 | Jan 25 2022 7:20 AM | |
2895 | Sep 13 2021 6:41 AM | |
2144 | Jul 9 2021 8:05 AM | |
1853 | Jul 6 2021 3:01 AM | |
1836 | May 18 2021 8:49 AM |
My Top Kudoed Posts
Subject | Kudos | Views |
---|---|---|
14 | 41045 | |
11 | 10394 | |
5 | 3128 | |
5 | 3322 | |
4 | 473 |