Mar 9 2023
10:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mar 9 2023
10:33 AM
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?
Solved! Go to solution.
1 Accepted Solution
Mar 9 2023
10:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mar 9 2023
10:41 AM
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.
Please, if this post was useful, leave your kudos and mark it as solved.
1 Reply 1
Mar 9 2023
10:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mar 9 2023
10:41 AM
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.
Please, if this post was useful, leave your kudos and mark it as solved.

Get notified when there are additional replies to this discussion.