Comments
-
can i get these properties(AlertDefID, ObjectType, ActiveObject, State, ObjectName, TriggerTimeStamp) from Orion.AlertStatus entity and properties(AlertDefID, Description, Name) from Orion.AlertDefinitions entity for the recovered Alert using SWIS.
-
Thanks for your response. Already i use this C:\Program Files (x86)\SolarWinds\Orion SDK\Samples\VBClient., but when i am trying to build this. i get this compilation error "type 'InformationServiceClient' is not defined". i am using visual studio 2005. i think i need to add any .dll or web reference.
-
I am querying "SELECT A.AlertDefID, A.ObjectType, A.ActiveObject, A.State, A.ObjectName, A.TriggerTimeStamp FROM Orion.AlertStatus A where A.State=2" like this it gives alert triggered data. But whenever i am trying following query "SELECT A.AlertDefID, A.ObjectType, A.ActiveObject, A.State, A.ObjectName,…
-
Hi Jan, Thanks for your quick response. Is recovery alert information updated in Orion Database ? Actually i need to get recovery alert information through querying to Orion Database.
-
It is working fine. Thank you