I am attempting to write an EMS event query using the NMSDK against cDOT clusters that will only return events from a given timestamp forward. This would be similar to the OnTAP command:
event log show -event *fpolicy* -time >="9/28/2018 10:29:55"
The query parameter seems to allow for queries AT a specified time, but not for AT OR AFTER (">="). Am I missing something? Is there some way to specify the "time" field to accomplish this? It appears that it will only accept an integer value - number of seconds since the epoch - but there doesn't appear to be any provision for a relational operator.
If it matters I am using Perl.
Please advise. This would be a great boon to our troubleshooting and monitoring efforts.
Thank you for your attention to this matter,
Scott Lindley