You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Rohit Yadav (JIRA)" <ji...@apache.org> on 2017/12/17 20:16:00 UTC

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

     [ https://issues.apache.org/jira/browse/CLOUDSTACK-1189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rohit Yadav closed CLOUDSTACK-1189.
-----------------------------------
    Resolution: Not A Problem

> 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 was sent by Atlassian JIRA
(v6.4.14#64029)