Hi all, I am struggling with the Meraki API "createNetworkSwitchQosRule" ... When I send {'dstPortRange': '20000-64999', 'protocol': 'UDP', 'vlan': 4} I get the error 'Source port is required when protocol is UDP' But when I include the SourcePort "None" (I want to have any source) {'dstPortRange': '20000-64999', 'protocol': 'UDP', 'srcPort': None, 'vlan': 3} I get the error "'srcPort' must be an integer" "None" is what I get when I read the rule from the dashboard. How do I have to send this request? Have a great day, Karsten
... View more