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
We have some VMs, which are in shut-down state some times. On these VMs no guestOS Informations was given by this pyvmomi tool. I had taken the credentials and SOAP requests from the SoapAdapter.py and pasted it into Postman to check, if there is an issue with pyvmomi or the vSphere API itself. If i send the SOAP requests directly to the vSphere API, i receive the GuetOS information in the response (tested it with the same VM which which was shut down). The pyvmomi response doesn't contain the guestOS information - it is empty.
I don't can find anything else instead of the shut-down-state, what could make an issue there.
I am not sure, if this is a wanted case, that a shut down vm doesn't can contain a vm.
Reproduction steps
shut down a vm
try to get the guestOS information via pyvmomi tool of the vm in shut-down-state
try to make a manual SOAP request to the same vm via another tool (like Postman or SOAP-UI)
Expected behavior
The guestOS information should be also available with shut down vm's.
Additional context
I tried the pyvmomi versions 7.0, 7.0.3 and 8.0.0.1.2 - same issue on each version.
The text was updated successfully, but these errors were encountered:
This soap request returns a guestFullName value - so its not empty.
If i inspect the pyVmomi code after the datas are fetched from the server, this value is empty. So its nothing on our side - seems something gone wrong on resolving data from the soap response into the object model of pyVmomi.
Describe the bug
We have some VMs, which are in shut-down state some times. On these VMs no guestOS Informations was given by this pyvmomi tool. I had taken the credentials and SOAP requests from the
SoapAdapter.py
and pasted it into Postman to check, if there is an issue with pyvmomi or the vSphere API itself. If i send the SOAP requests directly to the vSphere API, i receive the GuetOS information in the response (tested it with the same VM which which was shut down). The pyvmomi response doesn't contain the guestOS information - it is empty.I don't can find anything else instead of the shut-down-state, what could make an issue there.
I am not sure, if this is a wanted case, that a shut down vm doesn't can contain a vm.
Reproduction steps
Expected behavior
The guestOS information should be also available with shut down vm's.
Additional context
I tried the pyvmomi versions 7.0, 7.0.3 and 8.0.0.1.2 - same issue on each version.
The text was updated successfully, but these errors were encountered: