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 After packaging app including VMware module, app cant start properly. Manual importing of that modules changed nothing I think issue is somewhere in hidden imports probably...

bug

I am new here. I have not used vsphere SDK before. I am trying to get a hok token for my use case. I have created a private key and...

bug

### Describe the bug I have tried to add and install `vsphere-automation-sdk-python` by using `poetry`. ```bash poetry add "git+https://github.com/vmware/vsphere-automation-sdk-python.git" ``` However, the following error was raised: ``` Creating virtualenv mavis...

enhancement

Would it be possible to package this SDK into a PyPI package so it's easier to `pip install` and define in a requirements.txt file, rather than having to download this...

enhancement

While installing the SDK for Python I noticed that the 'release' version here (v6.9.1) does not match the version reported via pip (1.5.0). Is this intentional? ``` # pip list...

- [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) -...

### Is your feature request related to a problem? Please describe. For purpose of monitoring i need to retrive information about expire date of various certificates stored in vCenter. I...

enhancement

This fixes an incompatibility with Setuptools in Version 61 and 62, see the Issue: https://github.com/vmware/vsphere-automation-sdk-python/issues/303 For more Information on the py_modules option, check out: https://docs.python.org/3/distutils/setupscript.html#listing-individual-modules Thank you all for the...

dco-required

### Describe the bug I am using Python SDK for VMware automation tasks e.g. power off, power on and delete VMs in vcenter server. ``` from com.vmware.vcenter.vm_client import Power from...

bug

I get 500 server error when I run the (GET) /rest/vcenter/vm API on my company's vSphere client instance. I notice that there are a few VMs that are inaccessible and...

bug