I wish to get the result of SWQL query into a variable for creating an alarm.
Sample query:
SELECT ReceiveBps
FROM Cortex.Orion.Interface
WHERE InterfaceID = '12562';
Kindly help.
I wish to get the result of SWQL query into a variable for creating an alarm.
Sample query:
SELECT ReceiveBps
FROM Cortex.Orion.Interface
WHERE InterfaceID = '12562';
Kindly help.
Hi,
I am trying to do some calculation using this query
SELECT ReceiveBps as rbps, MaxInBpsToday as maxbps
FROM Orion.NPM.Interfaces
WHERE InterfaceID = '12562';
where two variables - rbps , maxbps are to be use to quage the condition.
Unfortunately, I am not able to do this.
The query cannot be edit.
SolarWinds solutions are rooted in our deep connection to our user base in the THWACK® online community. More than 200,000 members are here to solve problems, share technology and best practices, and directly contribute to our product development process.