API For Firewall Template

SOLVED
AhmedJawad
Getting noticed

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
alemabrahao
Kind of a big deal
Kind of a big deal

Take a look at this one:

 

 

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

I am not a Cisco Meraki 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
alemabrahao
Kind of a big deal
Kind of a big deal

Take a look at this one:

 

 

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

I am not a Cisco Meraki 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.
Get notified when there are additional replies to this discussion.