action meraki_get_network_firewalled_services { label: "List the appliance services and their accessibility rules" description: "List the appliance services and their accessibility rules" provider: meraki method: GET path: "/networks/{networkId}/firewalledServices" encoding: json input: { type: "object" properties: { networkId: { type: "string" } } required: ["networkId"] additionalProperties: false } output: { type: "array" items: { type: "object" } } }