Shweta

Results 11 comments of Shweta

@lvalerio : I could reproduce the issue, It’s an issue in Python Runtime. I've filed a bug

@Akasurde There is slight change in the code while updating `use update_spec.description = desc instead of update_spec.setDescription = desc` This worked for me!

@Gallifreys11 Could you please share the logs (error logs/vc bundle), would like to investigate further. Thanks!

Hi @mariolenz The exact release dates are still tentative and could be between July and September. Please keep the ticket open; if the dates are confirmed, we will update the...

Hi , vm.UpgradeTools_Task() method is required to Install the VMware tools.

Hi plrnr, The below modified code is working , please try. def get_guest_console(service_instance): search_index = service_instance.content.searchIndex serverGuid = service_instance.content.about.instanceUuid vm = search_index.FindByUuid(None, "5016531e-0c73-064e-e9fe-bcee63cd6847", True, True) content = service_instance.RetrieveContent() vcenter_data =...

Hi Plrnr, Try constructing url as below, print("console_op","https://" + "VCIP" + "/ui/webconsole.html?vmId=" + str(vm_moid) + "&vmName=" + vm.name + "&serverGuid=" + serverGuid + "&host=" + vcenter_fqdn + ":443&sessionTicket=" + session...

Hi Plrnr/wilnx, 1. I tried with end point "/vsphere-client/webconsole.html" gives me login page , for 6.5,6.7 and latest vcenter version. I am not facing any error. I could login successfully....

Hi Venu, If below line of code helps you runtime_info = vmObj.runtime.bootTime print("last powered on : ", runtime_info)

Hi Venu, There is no field in any of the apis to get the last logon time of VM. Thanks, Shweta