action meraki_get_network_appliance_firewall_inbound_firewall_rules { label: "Return the inbound firewall rules for an MX network" description: "Return the inbound firewall rules for an MX network" provider: meraki method: GET path: "/networks/{networkId}/appliance/firewall/inboundFirewallRules" encoding: json input: { type: "object" properties: { networkId: { type: "string" } } required: ["networkId"] additionalProperties: false } output: { type: "object" } }