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.
Is it no longer possible to update mx wireless settings via the api? Any api ssids functions are limited to MR interactions and the V0 wireless functions that used to support wireless mx's no longer pull mx ssids only AP. Is this something that will ...
We would really like to track the event logs for our layer 7 firewall rules. We currently have this set up with syslog and InsightIDR for our layer 3 rules. It does not look like this is a possibility for layer 7 at the moment. Is there any way to co...
I am creating a script to move policy objects from one org to another but I am receiving this error {"errors":["The following required parameters are missing: 'name', 'category' and 'type'"]} I am able to move one policy object at a time successfully...
I am creating a script for mass l7 firewall changes and I am running into an error. My code is below. I have made sure that my layer7rules.json file is properly formatted in json. import requestsimport jsonimport osfrom dotenv import load_dotenvload_...
Do you know where I can find documentation for the latest api beta changes? I am part of the meraki developer early access community but it doesn't look like the documentation there has been updated since 2020.
The solution to this issue is simple. All meraki api calls have a built in header named 'Retry-After':. In your api requests simply put in the number of seconds you want it to wait before it sends the next request. I typically use 3 seconds. This byp...