When sending actions against a resource, there is no way to filter the autocompletion results, except via fields that the API accepts.
For example, the start virtualmachine API only accepts the VM UUID, which is a global value and almost useless for autocompletion if there are a lot of VMs for the current account.
Please implement a better way to select resources, for example by adding name, project or other arguments that would query the respective APIs for a list of resources first.
When sending actions against a resource, there is no way to filter the autocompletion results, except via fields that the API accepts.
For example, the
start virtualmachineAPI only accepts the VM UUID, which is a global value and almost useless for autocompletion if there are a lot of VMs for the current account.Please implement a better way to select resources, for example by adding
name,projector other arguments that would query the respective APIs for a list of resources first.