List
Certified
List snapshots of a QEMU VM or LXC container on Proxmox VE
List
Certified
List snapshots of a QEMU VM or LXC container on Proxmox VE
yaml
type: io.kestra.plugin.proxmox.snapshot.ListExamples
yaml
id: list_snapshots
namespace: company.team
tasks:
- id: list
type: io.kestra.plugin.proxmox.snapshot.List
host: "{{ secret('PROXMOX_HOST') }}"
username: "{{ secret('PROXMOX_USERNAME') }}"
password: "{{ secret('PROXMOX_PASSWORD') }}"
node: pve
vmName: my-vm
resourceType: vm
Properties
host *Requiredstring
node *Requiredstring
vmName *Requiredstring
password string
port integerstring
Default
8006resourceType string
Default
VMPossible Values
VMCONTAINERtokenId string
tokenSecret string
username string
verifySsl booleanstring
Default
false