apache / cloudstack-cloudmonkey

Apache Cloudstack Cloudmonkey
Apache License 2.0
91 stars 60 forks source link

Support for auto-completion of storage pool related APIs #111

Closed Pearl1594 closed 1 year ago

Pearl1594 commented 2 years ago

This PR attempts to fix: https://github.com/apache/cloudstack-cloudmonkey/issues/98

For most APIs where id points to storage pools, the auto-completion does not work i.e., it doesn't find the list of storage pools. Few examples of this include: updateStorageCapabilities, enableStorageMaintenance, cancelStorageMaintenance, etc

Similarly, APIs which have storageid as arguments, do not auto-complete to list the available storage pools. for example: list volumes storageid=...

Pearl1594 commented 2 years ago

Yes @DaanHoogland this is ready for testing.