WaitForTask
Certified
Wait for a Proxmox VE async task to complete
WaitForTask
Certified
Wait for a Proxmox VE async task to complete
yaml
type: io.kestra.plugin.proxmox.task.WaitForTaskExamples
yaml
id: wait_for_task
namespace: company.team
tasks:
- id: wait
type: io.kestra.plugin.proxmox.task.WaitForTask
host: "{{ secret('PROXMOX_HOST') }}"
username: "{{ secret('PROXMOX_USERNAME') }}"
password: "{{ secret('PROXMOX_PASSWORD') }}"
node: pve
upid: "UPID:pve:00001234:00000000:65000000:qmstart:100:root@pam:"
timeoutSeconds: 600
Properties
host *Requiredstring
node *Requiredstring
upid *Requiredstring
password string
port integerstring
Default
8006timeoutSeconds integerstring
Default
600tokenId string
tokenSecret string
username string
verifySsl booleanstring
Default
false