List
Certified
List QEMU virtual machines on a Proxmox VE node
List
Certified
List QEMU virtual machines on a Proxmox VE node
yaml
type: io.kestra.plugin.proxmox.vm.ListExamples
yaml
id: list_vms
namespace: company.team
tasks:
- id: list
type: io.kestra.plugin.proxmox.vm.List
host: "{{ secret('PROXMOX_HOST') }}"
username: "{{ secret('PROXMOX_USERNAME') }}"
password: "{{ secret('PROXMOX_PASSWORD') }}"
node: pve
Properties
host *Requiredstring
node *Requiredstring
password string
port integerstring
Default
8006tokenId string
tokenSecret string
username string
verifySsl booleanstring
Default
false