RebootVm
yaml
type: "io.kestra.plugin.ee.vmware.esxi.rebootvm"
Examples
yaml
id: reboot_vm
namespace: company.team
tasks:
- id: reboot
type: io.kestra.plugin.ee.vmware.esxi.RebootVm
server: "esxi.mycompany.com"
username: "{{ secret('VMWARE_ESXI_USERNAME') }}"
password: "{{ secret('VMWARE_ESXI_PASSWORD') }}"
vmName: "vm-to-reboot"
Properties
password *Requiredstring
server *Requiredstring
username *Requiredstring
vmName *Requiredstring
port integerstring
Default
443