cloudstack-cloudmonkey icon indicating copy to clipboard operation
cloudstack-cloudmonkey copied to clipboard

Support for auto-completion of storage pool related APIs

Open Pearl1594 opened this issue 2 years ago • 1 comments

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 avatar Feb 25 '22 10:02 Pearl1594

Yes @DaanHoogland this is ready for testing.

Pearl1594 avatar Mar 02 '22 11:03 Pearl1594