This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

How to get result of SWQL query into variable for alert processing

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.