vsphere-automation-sdk-python icon indicating copy to clipboard operation
vsphere-automation-sdk-python copied to clipboard

Python samples, language bindings, and API reference documentation for vSphere, VMC, and NSX-T using the VMware REST API

Results 49 vsphere-automation-sdk-python issues
Sort by recently updated
recently updated
newest added

### Describe the bug When attempting to install this package via pipenv I get an error `AttributeError: 'Call' object has no attribute 's'.` this occurs both with the file based...

bug

### Describe the bug Per documentation, [https://developer.vmware.com/apis/vsphere-automation/v7.0.0/vcenter/data-structures/VM/Get/ResponseBody/](url) calls to this method do not return the following `"identity": { "bios_uuid": "string", "instance_uuid": "string", "name": "string" }` Calls directly to the rest...

bug

### Describe the bug Updating a content library storage backings does not work with the following code: ``` library_id = '' datastore_mo_id = '' update_spec = LibraryModel() update_spec.storage_backings = [StorageBacking(type=StorageBacking.Type.DATASTORE,...

bug

- [ ] I am using the [latest SDK version](https://github.com/vmware/vsphere-automation-sdk-python/releases) - [x] This API is compatible with my vCenter version (You can get the info from '__vcenter_version__' in each sample)...

bug

### Describe the bug The guest.guestID reported for several of our (old) virtual machines does not match the guest OS configured for the VM or the actual OS of the...

bug

### Is your feature request related to a problem? Please describe. It's not related to a problem, but I'm trying to retrieve more information regarding each VM. ### Describe the...

enhancement

### Is your feature request related to a problem? Please describe. I love this python SDK. I am able to teardown and recreate vms using clone_task, and it makes my...

enhancement

- [x] I am using the [latest SDK version](https://github.com/vmware/vsphere-automation-sdk-python/releases) - [x] This API is compatible with my vCenter version (You can get the info from '__vcenter_version__' in each sample) -...

question
feature request

- [ ] I am using the v7.0.2.00100 - [ ] This API is compatible with my VMC - [ ] I have searched [existing issues](https://github.com/vmware/vsphere-automation-sdk-python/issues?utf8=%E2%9C%93&q=is%3Aissue) and [Troubleshooting wiki](https://github.com/vmware/vsphere-automation-sdk-python/wiki/Troubleshooting) ##...

bug

Signed-off-by: Juan Sierra Pons