- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
MX Template L3 Firewall API
Hello,
Is there a way to update MX template firewall rules via API?
I know this is possible if a network is not binded to a template. However, I do not see a resource in APIv1 that allows the same to be done to a template.
Best Regards,
Diogo
Solved! Go to solution.
- Labels:
-
Dashboard API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
the template has a network id.
https://api.meraki.com/api/v1/organizations/:organizationId/configTemplates
you can use
/networks/{networkId}/appliance/firewall/l3FirewallRules
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes. Get the ID of the template, and then just treat that as a network ID, as though you were updating a normal network.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
the template has a network id.
https://api.meraki.com/api/v1/organizations/:organizationId/configTemplates
you can use
/networks/{networkId}/appliance/firewall/l3FirewallRules
