GetNodeStatus

GetNodeStatus

Certified

Get the status of a Proxmox VE node

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