shwstppr commented on issue #12572:
URL: https://github.com/apache/cloudstack/issues/12572#issuecomment-4485403238

   I feel this is also a generic issue with API params where an enum is used 
and there could be a new, single API to list them such as
   ```
   listOptions name=resourcetype apiname=listresourcedetails
   {
     resourcetype: [
       ...
     ]
   }
   ```
   Different API params which use enums can then be annotated with Enum class 
if not already and a generic manager can return response for listOptions API 
for all


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to