action meraki_get_network_l7_firewall_rules_application_categories { label: "Return the L7 firewall application categories and their associated applications for an MX network" description: "Return the L7 firewall application categories and their associated applications for an MX network" provider: meraki method: GET path: "/networks/{networkId}/l7FirewallRules/applicationCategories" encoding: json input: { type: "object" properties: { networkId: { type: "string" } } required: ["networkId"] additionalProperties: false } output: { type: "object" } }