GetVmCustomAttributes
Certified
Enterprise Edition
Read custom attributes from a vCenter VM
GetVmCustomAttributes
Certified
Enterprise Edition
Read custom attributes from a vCenter VM
yaml
type: io.kestra.plugin.ee.vmware.vcenter.GetVmCustomAttributesExamples
yaml
id: get_vm_custom_attributes
namespace: company.team
tasks:
- id: get_attrs
type: io.kestra.plugin.ee.vmware.vcenter.GetVmCustomAttributes
server: "vcenter.mycompany.com"
username: "{{ secret('VMWARE_VCENTER_USERNAME') }}"
password: "{{ secret('VMWARE_VCENTER_PASSWORD') }}"
vmName: "my-vm"
Properties
password *Requiredstring
server *Requiredstring
username *Requiredstring
vmName *Requiredstring
port integerstring
Default
443