Infinidat / infi.pyvmomi_wrapper

BSD 3-Clause "New" or "Revised" License
14 stars 11 forks source link

Know existing storage provider #8

Closed shyamachilles closed 7 years ago

shyamachilles commented 7 years ago

How do we know of existing/ registered storage providers on the vCenter ? And ensure they are active/ online before creating VVOL datastore.

wiggin15 commented 7 years ago

Hi @shyamachilles . There is an example of how to use the SMS provider and query for storage providers here: https://github.com/Infinidat/infi.pyvmomi_wrapper/blob/develop/src/infi/pyvmomi_wrapper/sms/README.md The use of the API itself is in the SMS API docs: https://code.vmware.com/web/dp/explorer-apis?id=35

shyamachilles commented 6 years ago

Thank you @wiggin15