Rohit Yadav created CLOUDSTACK-1189:
---------------------------------------
Summary: Fix cloudmonkey's fuzzy parameter completion
Key: CLOUDSTACK-1189
URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1189
Project: CloudStack
Issue Type: Bug
Security Level: Public (Anyone can view this level - this is the default.)
Reporter: Rohit Yadav
The new cloudmonkey implements parameter completion if in its config it's
enabled.
> set paramcompletion true
After this when an api is called, it look ups into its cache for related api
for that parameter and fires an api in the background and gives parameter
autocompletions which are uuids. These related apis are found by api discovery
plugin which looks at the param entityType and api's responseobject class,
which is how it related them (all apis with same response object would be
related). This assumption itself is fuzzy and so sometimes it fails to even
call an api. This issue can be either fixed with some clever NLP algorithm or
annotation on each API and their params as to explicitly specifying how to get
param completions (a lot of work).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira