Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python syntax to override port to use 17774 instead default 17778 to connect to orion ? #78

Closed
markatdxb opened this issue Dec 15, 2023 · 1 comment

Comments

@markatdxb
Copy link

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

@markatdxb
Copy link
Author

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")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant