How to login to vcenter using existing session cookie without providing username or password?
Is it possible using SmartConnect class of pyVim.Connect package?
I have tried the code snippet from the following github issue:
How to restore a serviceInstance session · Issue #250 · vmware/pyvmomi · GitHub
But it does not work. Is there a guideline to do that?
Thanks