I am trying to set the "Additional Channels" setting via the API for SNMP Traffic Sensors. I seem to be only be able to set one value at a time (IE: errrors or discards, but not both). Is there a way to set more then one via the API?
Examples:
Sets errors
https://<server>/setobjectproperty.htm?id=<objid>&name=trafficmode&value=errors&username=<user>&passhash=<hash>
Sets discards, unsets errors
https://<server>/setobjectproperty.htm?id=<objid>&name=trafficmode&value=discards&username=<user>&passhash=<hash>
If I try doing value=errors,discards
or value=Errors In & Out<br>Discards In & Out<br>
none are set.
Running the latest stable version.
Add comment