ListResources
Certified
List cluster resources on Proxmox VE
ListResources
Certified
List cluster resources on Proxmox VE
yaml
type: io.kestra.plugin.proxmox.cluster.ListResourcesExamples
yaml
id: list_cluster_resources
namespace: company.team
tasks:
- id: resources
type: io.kestra.plugin.proxmox.cluster.ListResources
host: "{{ secret('PROXMOX_HOST') }}"
username: "{{ secret('PROXMOX_USERNAME') }}"
password: "{{ secret('PROXMOX_PASSWORD') }}"
node: pve
typeFilter: vm
Properties
host *Requiredstring
node *Requiredstring
password string
port integerstring
Default
8006tokenId string
tokenSecret string
typeFilter string
username string
verifySsl booleanstring
Default
false