Replies: 2 comments 5 replies
-
@Imvedansh, imho there are several different |
Beta Was this translation helpful? Give feedback.
4 replies
-
Some other useful and not so straightforward parameters in APIs that can be exposed include: Network service providers, storage providers - for storage Pools as well as image stores(secondary storage). A pointer would be to look into the ApiConstants.java file - and check in there for parameters used in APIs that are not supported by auto-completion. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
As part of my efforts to improve the autocompletion experience in CloudMonkey CLI, I’m currently working on identifying enum-based API parameters that are not currently auto-suggested but could significantly enhance usability if they were.
While CloudMonkey already handles dynamic parameters like zoneid and networkid via list APIs, many static or enum-style parameters (e.g., provider in createStoragePool) are not suggested due to lack of metadata exposure from CloudStack.
If you’ve run into parameters where you've had to guess or refer to docs often, I’d love to know — it’ll help prioritize which ones to focus on first.
#10442
Thanks in advance for your input!
regards,
Vedansh Singh
Beta Was this translation helpful? Give feedback.
All reactions