You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by "Rohit Yadav (JIRA)" <ji...@apache.org> on 2013/02/07 11:51:12 UTC

[jira] [Created] (CLOUDSTACK-1189) Fix cloudmonkey's fuzzy parameter completion

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