vsphere-automation-sdk-python
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
Adding a new sample resource to help manage backup management options for appliances. Uses the Job class from the com.vmware.appliance.recovery.backup_client module Methods Available: List Backup Jobs Get Backup Job Create...
- [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) -...
- [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. I want to import a self-signed certificate in vCenter. Please see this kb article for more info: [kb article](https://kb.vmware.com/s/article/85819)...
Update the README for SDK local installation as the location of the zip path was unclear
### Describe the bug Hello bros, I got issue with installation after execution of the following command: pip install -U vsphere-automation-sdk-python-8.0.2.0.zip The following is the detailed information about the issue:...
### Describe the bug While using this package as a dependency it is impossible to use another one which also has `com` folder in its source code. The problem occurs...
### Describe the bug I've tried to run our CI for the ansible community collection `community.vmware` with Python 3.12: ansible-collections/community.vmware#1974 This _might_ be a bug in our CI or in...
### Describe the bug I am getting the following message when running my python script: ``` c:\SourceControl\dev\VspeherePython>python vspehere.py :1: SyntaxWarning: invalid escape sequence '\[' :1: SyntaxWarning: invalid escape sequence '\['...