Hi there. I am fairly new to Orion SDK. I am working on integrating SolarWinds NPM with an Alarm Monitoring System. I need to Create a Ticket in our Ticketing System whenever an SNMP Trap is received by NPM. How do I get this information from Orion SDK?
Looking at DB, I saw Trap based entries in Orion.OLM.LogEntry. I am assuming LogEntryTypeId = 3 is for Traps.
I am not sure whether this is the right approach to get Trap Messages and information.
Please let me know if there is a better more effecient way to do this.
As an alternative approach, I have also noticed that triggers can be used to initiate an external program from NPM. In that case, is there a way to send Trap information using Triggers