Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello, I am using the Meraki Python module and having issues getting through our web gateway. My old scripts use a request.get where I can pass the certificate location in, but I am unable to see how to do this within the meraki python moduleCode / E...
Hi all - I am using the update_ports script from https://github.com/meraki/automation-scriptsthis used to work fine when I first used it a couple months ago - now I see a status of 400 in the API history when I run it. The script works fine to grab t...
in my specific situation it was that I had to trust our corporate web gateway root certificate. if you have a similar situation, you can store the cert locally, and use the following line in your python code to reference it:dashboard = meraki.Dashboa...
I found there was an update for my 8811 - after applying the update, I have an option for e-hook control in the phone menu. I enabled it and it seems to be resolved, at least for now.
just started having this issue myself. The option for "Wireless Headset Hookswitch Control" is in call manager on the phone configuration page. this has been working for me for over a year and just started exhibiting this behavior.
I am able to pass " verify='C:\location\of\my\cert.cer' to the requests.get, and it uses the certificate as expected, see below:def list_networks(api_key, org_id):
url = 'https://dashboard.meraki.com/api/v0/organizations/{}/networks'.format(org_i...