Dear all, I need to read the availability (whether UP or DOWN) and bandwidth occupancy (in kbps/Mbps/other) of the interfaces of some nodes monitored via SNMP.Are there APIs for these two functions?How can I call them up?
THANK YOU
If you are trying to access the data externally you can use the Solarwinds API available here GitHub - solarwinds/OrionSDK: SDK for the SolarWinds Orion platform, including tools, documentation, and samples in PowerShell, C#, Go, Perl, and Java. You would pull that data via a SWQL query which you could run from SWQL Studio or from powershell or any of the languages supported.