Quantcast
Channel: THWACK: Message List
Viewing all articles
Browse latest Browse all 20490

Re: Orion SDK Information

$
0
0

I don't know what version of Orion you have, but if you have the latest, with some javascript/jquery you should be able to do a http post to https://<orion ip>:17778/SolarWinds/InformationService/v3/Json/Query

 

with the body containing your query.  e.g.

{

     "query":"SELECT NodeID, Caption FROM Orion.Nodes ORDER BY Caption"

}

 

You will get back a result like

 

{

     "totalRows":1,

     "results":[

          {

             "NodeID": 1,

            "Caption": "My Router"

          }

     ]

}


Viewing all articles
Browse latest Browse all 20490

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>