Skip to content

Autocompletion for version parameter on different APIs always retrieves the registered CKS versions #224

Description

@nvazquez

The version parameter on different APIs such as list hosts or list routers (could be more) is always autocompleting to the CKS registered versions, instead of CloudStack versions.

To reproduce it:

  • Register at least one CKS version
  • Check autocompletion for the version parameter on list hosts or list routers
Image

Expected results:

Version autocompleting with the hosts/routers CloudStack versions available, matching the response field:

(homelab) 🐱 > list hosts type=routing filter=id,name,version
{
  "count": 1,
  "host": [
    {
      "id": "aae6296c-a674-4704-9da0-539fe0aaeeff",
      "name": "nvs-kvm01",
      "version": "4.22.1.0"
    }
  ]
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions