Products
Platform
General
Public groups
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.
the template has a network id.
https://api.meraki.com/api/v1/organizations/:organizationId/configTemplates
you can use
/networks/{networkId}/appliance/firewall/l3FirewallRules
View solution in original post
Yes. Get the ID of the template, and then just treat that as a network ID, as though you were updating a normal network.