GetNodeStatus
Certified
Get the status of a Proxmox VE node
GetNodeStatus
Certified
Get the status of a Proxmox VE node
yaml
type: io.kestra.plugin.proxmox.cluster.GetNodeStatusExamples
yaml
id: node_status
namespace: company.team
tasks:
- id: status
type: io.kestra.plugin.proxmox.cluster.GetNodeStatus
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