action meraki_get_network_switch_settings_qos_rule { label: "Return a quality of service rule" description: "Return a quality of service rule" provider: meraki method: GET path: "/networks/{networkId}/switch/settings/qosRules/{qosRuleId}" encoding: json input: { type: "object" properties: { networkId: { type: "string" } qosRuleId: { type: "string" } } required: ["networkId", "qosRuleId"] additionalProperties: false } output: { type: "object" } }