We're having an issue at the moment with false positives being generated for hardware sensors on interfaces that we're not monitoring. I want to write a python script that would check whether an interface is being monitored and, if not, disable the related hardware sensors on that interface.
I've found the Orion.HardwareHealth.HardwareItem.DisableSensors verb but there's no indication of what data I need to parse to that verb for it to work.
The only information in that table would be the NodeID but I don't want to disable every hardware sensor for the whole node, just specific ones.
Does anyone know how I could do this?