Jobin George
Jobin George
The REST API vmdk create spec doesn't support desired provisioning like LAZY, THICK, THIN etc. Only few config is supported in vmdk create spec (which you already covered as in...
Do you mean , moving this VM to a host group (Cluster). If so, this is not currently supported in this SDK bindings. And this may be supported in future...
I believe you are looking this for Storage DRS Cluster (SDRS POD). If yes, this capability is not with this SDK. You may need to use pyVmomi libs for this...
There is bootTime property in VirtualMachineRuntimeInfo(vim.vm.RuntimeInfo) in SOAP API (via PyVmomi SDK). You can find more details in, https://developer.vmware.com/apis/1192/vsphere (Search for VirtualMachineRuntimeInfo) VirtualMachineRuntimeInfo is not yet available in REST.
> Any chance of getting this to be supported?? Sorry! Not in immediate future. I'm closing this issue as not planned. Can you please try the workaround mentioned by @ttanigaki...
Closing this, as there is no near term plan to fix this issue.
> I search this module and found out that I can only get the newer one. (link [here](https://pypi.org/project/vapi-client-bindings/#history)) > > ``` > vapi-client-bindings == 7.0.0 > ``` > > Will...
Isn't it a pyVmomi call, https://github.com/vmware/pyvmomi/blob/master/pyVim/connect.py#L133 ? May be you can triage this from above PyVmomi call. There is no issue with this module as LoginByToken() is the commonly used.
@Gallifreys11 There is a known issue in 6.7 when VMs are in invalid(orphaned/inaccessible) or VM being cloned state, we hit this internal_server_error 500. This issue is fixed in 7.0. A...
@ggoodvmw Can You please look into this? https://github.com/vmware/vsphere-automation-sdk-java/issues/86