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

reconnect existing sessions broken on Connection Manager #6

Closed
xerothermic opened this issue Feb 23, 2018 · 3 comments
Closed

reconnect existing sessions broken on Connection Manager #6

xerothermic opened this issue Feb 23, 2018 · 3 comments
Assignees

Comments

@xerothermic
Copy link
Contributor

Hi,

I'm testing ixnetwork_client_python with IxNetwork Connection Manager 8.40.1124.8 in GUI mode.
I was able to use the API to create a few sessions. However, when I tried to connect to existing sessions, I got a 404 error.

It turned out the Connection Manager does not like GET request /api/v1/sessions?links=true. If I manually issue _send_recv('GET', '/api/v1/sessions') then I could query a list of sessions in the Connection manager.

What is the best way to address this issue?

Patrick

@ajbalogh
Copy link
Owner

Connection Manager has a bug with its implementation of the query string param links=true on the sessions resource. There is a commit to address this. Connection Manager team will be notified of this problem.

@xerothermic
Copy link
Contributor Author

Thanks for the quick update! Unfortunately, this commit b802907 introduce another ?deprecated=true suffix, which makes self.get('/api/v1/sessions', links=False) still not working...

@ajbalogh
Copy link
Owner

ajbalogh commented Feb 24, 2018 via email

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

No branches or pull requests

2 participants