ListPools

ListPools

Certified

List resource pools in a Proxmox VE cluster

yaml
type: io.kestra.plugin.proxmox.cluster.ListPools
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
Default8006
Defaultfalse