GetVmCustomAttributes

GetVmCustomAttributes

Certified
Enterprise Edition

Read custom attributes from a vCenter VM

yaml
type: io.kestra.plugin.ee.vmware.vcenter.GetVmCustomAttributes
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
Default443