Hello,
In GitHub it is mentioned about APIs https://github.com/solarwinds/OrionSDK/wiki/REST
The given syntax in above link is as follows:
GET https://localhost:17778/SolarWinds/InformationService/v3/Json/Query?query=SELECT+Uri+FROM+Orion.Pollers+ORDER+BY+PollerID+WITH+ROWS+1+TO+3+WITH+TOTALROWS HTTP/1.1 Authorization: Basic YWRtaW46 User-Agent: curl/7.20.0 (i386-pc-win32) libcurl/7.20.0 OpenSSL/0.9.8l zlib/1.2.3 Host: localhost:17778 Accept: */*
When try to follow the same in my network, throwing the following error/output
"500 Connect failed: connect: Connection timed out; Connection timed out."
NOTE: In my request I have used the host-name and port of my network.
Is there any other way to get the details via API, Could someone please help?
Thank you!
Sridhar K