Stupid question, how do I install the python-sdk on an offline solarwinds server?
I may be missing something simple but I don't see the libraries in github...
P.S. you may have guessed it already, I'm new to python...
tdanner
Here's some discussion of how to handle this on Stack Overflow: pip - Python Packages Offline Installation - Stack Overflow
The orionsdk package for python is here: orionsdk 0.0.6 : Python Package Index
It depends on 'requests' and 'six', which are here: requests 2.18.4 : Python Package Index and here: six 1.11.0 : Python Package Index