cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2721
Views
6
Helpful
2
Replies

MX Template L3 Firewall API

Diogo
Frequent Visitor
Frequent Visitor

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

1 Accepted Solution

Accepted Solutions

ww^
Meraki Community All-Star
Meraki Community All-Star

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

2 Replies 2

Philip D'Ath
Meraki Community All-Star
Meraki Community All-Star

Yes. Get the ID of the template, and then just treat that as a network ID, as though you were updating a normal network.

ww^
Meraki Community All-Star
Meraki Community All-Star

the template has a network id.

https://api.meraki.com/api/v1/organizations/:organizationId/configTemplates

you can use

/networks/{networkId}/appliance/firewall/l3FirewallRules