Extract SQL native query code from Orion Interfaces dashboard
{ queries which Orion is running to get bandwidth usage stats }
https://sccorion.sccgov.org/Orion/Interfaces/InterfaceDetails.aspx?NetObject=I:19622&view=InterfaceDetails
https://sccorion.sccgov.org/Orion/Interfaces/InterfaceDetails.aspx?NetObject=I:26138&view=InterfaceDetails
https://sccorion.sccgov.org/Orion/Interfaces/InterfaceDetails.aspx?NetObject=I:22266&view=InterfaceDetails
https://sccorion.sccgov.org/Orion/Interfaces/InterfaceDetails.aspx?NetObject=I:19356&view=InterfaceDetails
Honestly, you shouldn't use SQL to query this information directly because it comes from all over the database and won't be 'safe' if the underlying data structure changes after an upgrade/hotfix. Instead you should use the SolarWinds Query Language (SWQL) which speaks directly to the Orion API. Also, those pages (at least with no customizations) contains at least 9 different widgets). Do you have a specific one where you are trying to extract the data?
Cisco ASR Devices.pollerCisco ASR Devices
SWQL is built on the framework of SQL and as such supports most of the standard clauses as part of a query. A very simple example query is: SELECT Caption, IPAddress, Vendor, ResponseTime FROM Orion.Nodes Dissecting this query is relatively straightforward: show some fields (Caption, IP address, Vendor, and Response Time)…
Active SSL Tunnels-ASA.UnDPThis poller *should* display the number of Active SSL VPN (Anyconnect) Tunnels currently connected to your box. However, I tried it with my 5520 running 8.0.4 and for some reason I get a OID Not Supported. Here's my post in the forum: *EDIT* This is confirmed working with at least Interm release…
HP ProCurve Switches Hardening check.xmlGeneral hardening for HP switches