You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, when I try to use that method, I get an error that the iso_path attribute does not exist:
>>> client.vcenter.iso_path.get_datastore_path('52973462-d3fd-47c4-b532-c8b8a2dfc655')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/yannik/.local/lib/python3.11/site-packages/vmware/vapi/bindings/stub.py", line 413, in __getattribute__
result = object.__getattribute__(self, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'StubFactory' object has no attribute 'iso_path'
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 to use that method, I get an error that the
iso_path
attribute does not exist:Reproduction steps
Expected behavior
The datastore path of the library item should be returned.
Additional context
No response
The text was updated successfully, but these errors were encountered: