govmomi
govmomi copied to clipboard
Go library for the VMware vSphere API
govc: add vsan.info -file-service-enabled flag Issue #3430
**Is your feature request related to a problem? Please describe.** We are using vcsim in vSphere CSI plugin for writing unit tests. We are able to create block volumes using...
[BUG] govc: ServerFaultCode: Length of HTTP request body exceeds configured maximum; 107013 > 100000
receive the following message when using govc to connect to my esxi instance. Command: govc find -type m -u=https://govc:PASSWORD@ESXIHOST -k=true Error: govc: ServerFaultCode: Length of HTTP request body exceeds configured...
https://github.com/vmware/govmomi/blob/main/vapi/tags/categories.go#L93-L94 More details: https://github.com/golang/go/issues/58233#issuecomment-1499471060
Make use of generated enum lists added in #3426
How to get VmDiskFileInfo.CapacityKb from .vmdk file? I found a TODO here(host_datastore_browser.go 89-91). Does it means Govmomi is unable to get VmDiskFileInfo.CapacityKb? Or is there a other way to get...
Hi! I want to test an automatic deployment of a VM, I can receive data from the inventory, but when I try to create a new one I get a...
I created a Nagios plugin to monitor the state of the `consolidationNeeded` property for VirtualMachine objects. I don't have any VMs within our environment that have this value set, but...
**Is your feature request related to a problem? Please describe.** I'm developing an app to manage VMs (i.e. stop, start, reboot) in a hybrid environment based on custom attributes (to...