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