I am tiring to search for the RawStatus of a Node based on Datetime.
This is what I have so far but I cannot figure out how to modify this to search for the date and time.
SELECT [Node].NodeID
, [Node].CustomPollerStatistics.DateTime
, [Node].CustomPollerStatistics.RawStatus
FROM Orion.NPM.CustomPollerAssignment AS [Node]
WHERE [Node].NodeID = 420
Everything I have try ends in failure.
Any ideas would be greatly appreciated.