Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add new arguments and attributes to the proxmox_virtual_environment_vms data source #1422

Closed
konstantin-kornienko opened this issue Jul 3, 2024 · 2 comments
Labels
✨ enhancement New feature or request

Comments

@konstantin-kornienko
Copy link
Contributor

Is your feature request related to a problem? Please describe.
The issues described in my comment: #1412 (comment)

Describe the solution you'd like
Please add the following to arguments:

  • template (optional, bool) - List only template VMs (template = true) or non-template VMs (template = false)
  • name_regex (optional, string) - List only VMs which names are matching provided regex
  • status (optional, string) - List only VMs with this status (f.e. running)
  • type (optional, string) - List only VMs with this type (f.e. qemu)

Please add the following to returned attributes:

  • template (bool) - true for template VMs, false for normal VMs
  • status (string) - VM status
  • type (string) - VM type
  • uptime (number) - VM uptime in seconds

Describe alternatives you've considered
I can't see alternatives for the time being.

@vanillaSprinkles
Copy link

if those features are added, perhaps too maybe add timestamps for when vm is created, and/or when template was created

@Dr-Shadow
Copy link

Dr-Shadow commented Jul 4, 2024

Duplicate to #1010

@konstantin-kornienko konstantin-kornienko closed this as not planned Won't fix, can't repro, duplicate, stale Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants