Hi Folks!!
Background:
I have zero knowledge of solarwinds. I am writing a powershell script where I want to get the data from availability report (Node, Hostname, Availbility %, etc.). I am looking for a query to get the same.
My Solution:
I found below query but it only gives the report information.
query => SELECT JobsData FROM Orion.Report WHERE ReportID='1193'
output => [{"ActionDisplayname":["Copy (18) of Email"], "JobDescription":"", "JobDisplayName":"SW KAO Network Availbility- Monthly", "JobId":54, "SchedulesDisplayName":["Monthly"]}]
Could you please help me with query. I'll appreciate all the help.
Thanks,