05-03-2021 03:51 AM
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.
05-03-2021 04:16 AM
the template has a network id.
https://api.meraki.com/api/v1/organizations/:organizationId/configTemplates
you can use
/networks/{networkId}/appliance/firewall/l3FirewallRules
05-03-2021 04:16 AM
Yes. Get the ID of the template, and then just treat that as a network ID, as though you were updating a normal network.
05-03-2021 04:16 AM
the template has a network id.
https://api.meraki.com/api/v1/organizations/:organizationId/configTemplates
you can use
/networks/{networkId}/appliance/firewall/l3FirewallRules
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide