Comments
-
Hello, Is there some one used this scenario to enable UDT ports for a newly added node to SolarWinds via a query/any automation way. Thanks
-
Hello thanks for the response, I want to understand about the query mentioned in the file which you have shared. Do I need to use FROM Orion.Nodes or Orion.Reports, since I want to export a report from Reports section in OrionNPM. Please let me know how to write a query. Thanks
-
Hello thanks for the response. I am interested in writing a query to export a report from Reports section in orionNPM using orionsdk in python. I have tried the query as below, received an error message. report_name = 'All sw and ro - with DNS entries' data = swis.query('SELECT IPAddress, NodeName, DNS FROM Orion.Report…