ListNetworks
Certified
List network interfaces on a Proxmox VE node
ListNetworks
Certified
List network interfaces on a Proxmox VE node
yaml
type: io.kestra.plugin.proxmox.network.ListNetworksExamples
yaml
id: list_networks
namespace: company.team
tasks:
- id: networks
type: io.kestra.plugin.proxmox.network.ListNetworks
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