cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1502
Views
1
Helpful
1
Replies

API For Firewall Template

Is there is a way to api to a security template and pull all the rules to excel?

When I do it with an appliance I use the python below

fw_rules = dashboard.appliance.getNetworkApplianceFirewallL3FirewallRules(net_id)
is there is another one for templates?
1 Accepted Solution

Accepted Solutions

aleabrahao
Meraki Community All-Star
Meraki Community All-Star

Take a look at this one:

https://github.com/meraki/automation-scripts/blob/master/export_mx_l3.py

I am not a Cisco employee. My suggestions are based on documentation of Meraki best practices and day-to-day experience.

Please, if this post was useful, leave your kudos and mark it as solved.

View solution in original post

1 Reply 1

aleabrahao
Meraki Community All-Star
Meraki Community All-Star

Take a look at this one:

https://github.com/meraki/automation-scripts/blob/master/export_mx_l3.py

I am not a Cisco employee. My suggestions are based on documentation of Meraki best practices and day-to-day experience.

Please, if this post was useful, leave your kudos and mark it as solved.