i'm trying to use pyVmomi with Django, is there any way (if there is, what is the most recommended way) to pass the serviceInstance between views?
Thanks.
i'm trying to use pyVmomi with Django, is there any way (if there is, what is the most recommended way) to pass the serviceInstance between views?
Thanks.
According to Shawn Hartsock (the current VMWare employee maintaing pyVmomi) you cant connect with out a login but between that sample and this sample it should show how to use the same session which you said you were not able to do.