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 there a way to create L3 firewall rules using API?I am trying to migrate one Checkpoint FW to a Meraki MX, and I have a CSV file with the firewall rules.The documentation only shows GET and Update firewall rulesAny idea?
If I pulled the network events info, filter by Event Type = "disassociation" there is a label "reason," and it shows only a number, i.e ' reason ' : '34'Does anyone know if there is a document that shows the reason code/description?I use this API h...
try this:response = dashboard.organizations.getOrganizations()for orgs in response:if orgs["name"] in response: <code> This says that if "name" is in "response " do <code>