action meraki_get_network_switch_settings_storm_control { label: "Return the storm control configuration for a switch network" description: "Return the storm control configuration for a switch network" provider: meraki method: GET path: "/networks/{networkId}/switch/settings/stormControl" encoding: json input: { type: "object" properties: { networkId: { type: "string" } } required: ["networkId"] additionalProperties: false } output: { type: "object" } }