You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
closing this
just figured out that default port was changed to 17774 in 0.4.0
and port can be overwritten by following syntax back to 17778 if needed
port = 17778
swis = orionsdk.SwisClient("server", "username", "password","port")
Hi, we would like to switch Orion endpoint to port 17774 but i dont see any option in manual on how to use different port than 17778 in the code
https://github.com/solarwinds/orionsdk-python#usage
import orionsdk
swis = orionsdk.SwisClient("server", "username", "password")
all i can find is above to build connection to orion which defaults to 17778
The text was updated successfully, but these errors were encountered: