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 54 vsphere-automation-sdk-python issues
Sort by recently updated
recently updated
newest added

The `key` part of the argument handling has to be right after `args`, otherwise you'd get an `AttributeError` when trying to call `encode` on the `args` object. ``` Traceback (most...

### Describe the bug Hi, according to the docs, there should be a vcenter.iso.iso_path.get_datastore_path() method to get the datastore path of a content library item: https://vdc-download.vmware.com/vmwb-repository/dcr-public/c2c7244e-817b-40d8-98f3-6c2ad5db56d6/af6d8ff7-1c38-4571-b72a-614ac319a62b/operations/com/vmware/vcenter/iso/iso_path.get_datastore_path-operation.html However, when I try...

bug

### Is your feature request related to a problem? Please describe. I need to communicate with vCenter Server and all the traffic goes through a kerberos authenticated proxy sever. I...

enhancement
feature request

### Describe the bug When installing `[email protected]` with a recent version of `pip` we get deprecation warnings that setup.py will no longer be supported starting with pip 23.1. ``` DEPRECATION:...

enhancement

### Describe the bug ``` vmware/vapi/vsphere/__init__.py:5 /root/.pyenv/versions/3.11.2/lib/python3.11/site-packages/vmware/vapi/vsphere/__init__.py:5: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('vmware.vapi.vsphere')`. Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages pkg_resources.declare_namespace(__name__) ``` ###...

enhancement

### Is your feature request related to a problem? Please describe. As per the issue in https://github.com/vmware/vsphere-automation-sdk-python/issues/352, I would like to be able to use the govcsim to perform integration...

enhancement

### Describe the bug The `create_vsphere_client` function encountered an issue when attempting to establish a session with a self-signed server, despite having the session object configured with verify=False. This failure...

bug

Changes Made: - Applied automated fixes for the pylint warning `raise-missing-from`. "Python's exception chaining shows the traceback of the current exception, but also of the original exception. When you raise...

dco-required

### Describe the bug We tried to use the SDK (v8.0.3.0) in a runner in SaltStack, but always just got an error message. Error message: `ModuleNotFoundError: No module named 'vmware.vapi';...

bug