I had this saved before NR One, but I have list it. There was a document that contained all the API code to write NRQL commands and run via linux servers.
Ex:
spaces = %20
, = %2C
Changing this code
select DaysToExpiration,ExpirationDate,Url,SupportGroup FROM SSLCertificateCheck where DaysToExpiration <= 15 ORDER BY DaysToExpiration since 24 hours ago limit 1000
looking for the table that has all the changes needed.
If you can push me in the correct direction (URL) it would be greatly appreciated.
Thanks in advance