ListPools
Certified
List resource pools in a Proxmox VE cluster
ListPools
Certified
List resource pools in a Proxmox VE cluster
yaml
type: io.kestra.plugin.proxmox.cluster.ListPoolsExamples
yaml
id: list_pools
namespace: company.team
tasks:
- id: pools
type: io.kestra.plugin.proxmox.cluster.ListPools
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