action meraki_get_network_l7_firewall_rules { label: "List the MX L7 firewall rules for an MX network" description: "List the MX L7 firewall rules for an MX network" provider: meraki method: GET path: "/networks/{networkId}/l7FirewallRules" encoding: json input: { type: "object" properties: { networkId: { type: "string" } } required: ["networkId"] additionalProperties: false } output: { type: "object" } }