Policy Groups mapping to an L3 firewall rule API URL:https://api.meraki.com/api/v1/networks/{{ network id}}/appliance/firewall/l3FirewallRules { "rules": [ { "comment": "Allow TCP traffic to subnet with HTTP servers.", "policy": "allow", "protocol": "tcp", "destPort": "443", "destCidr": "GRP(9879879879)", ### 9879879879 is the policy group ID "srcPort": "Any", "srcCidr": "10.10.10.0/24", "syslogEnabled": false } ] } Hope this helps
... View more