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
If you found this post helpful, please give it Kudos. If my answer solves your problem, please click Accept as Solution so others can benefit from it.