Comments
-
From where do I access these options?
-
I made it to work, it was a silly mistake, I use two SQL studios one in my local laptop and another is a actual database in the solarwinds server, I was using local database naming conventions, like Orion.Nodes but it actually is [dbo].[Nodes] ,
-
I tried to add them to the separate post call and tried to simulate it,
-
I think the article won't answer my question, since swql queries are parsed before the post request sent to the webhook address. I have tried all the combination of SWQL, like removing quotes or removing Orion from Orion,Nodes
-
Now it won't run, it gives an error, I am doing this inside a webhook payload body "NodeDetails": ${SWQL: SELECT NodeID, IPAddress, Caption, NodeDescription, Description, DNS, Vendor, Location FROM Orion.Nodes WHERE NodeID=${N=SwisEntity;M=NodeID}} Failed to execute HTTP request
-
This all makes sense now, but good god, someone needs to write a proper documentation for all this, this will help others save all the time.
-
Once the alert is cleared, can I refer back to the same alert using AlertActiveID? if not they how I will refer back to that particular alert in the future if I have it's AlertActiveID.
-
It's getting really hard and pain to understand what are all those ID's and what do they reference and cross reference, AlertActiveID, AlertObjectID, AlertID, AlertRefID, NodeIDDo you have clear and concise documentation explaining how all this works in a high level view?