You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.