action meraki_get_network_switch_settings_qos_rules_order { label: "Return the quality of service rule IDs by order in which they will be processed by the switch" description: "Return the quality of service rule IDs by order in which they will be processed by the switch" provider: meraki method: GET path: "/networks/{networkId}/switch/settings/qosRules/order" encoding: json input: { type: "object" properties: { networkId: { type: "string" } } required: ["networkId"] additionalProperties: false } output: { type: "object" } }