ListVms

ListVms

Certified
Enterprise Edition

List AHV VMs with filters

yaml
type: io.kestra.plugin.ee.nutanix.ahv.ListVms
yaml
id: nutanix_list_vms
namespace: company.team
tasks:
  - id: list_vms
    type: io.kestra.plugin.ee.nutanix.ahv.ListVms
    host: "{{ secret('NUTANIX_HOST') }}"
    token: "{{ secret('NUTANIX_TOKEN') }}"
    filter: "startswith(name, 'prod-')"
    orderBy: "name desc"
    fetchType: STORE
Properties
DefaultFETCH
Possible Values
STOREFETCHFETCH_ONENONE
Default9440
Defaulthttps
Defaultfalse
Definitions
clusterobject
descriptionstring
extIdstring
ipstring
namestring
resources
disksarray
SubTypeobject
memorySizeBytesinteger
nicsarray
SubTypeobject
numCoresPerSocketinteger
numSocketsinteger
numThreadsPerCoreinteger
Definitions
clusterobject
descriptionstring
extIdstring
ipstring
namestring
resources
disksarray
SubTypeobject
memorySizeBytesinteger
nicsarray
SubTypeobject
numCoresPerSocketinteger
numSocketsinteger
numThreadsPerCoreinteger
Formaturi