
ListVms
CertifiedEnterprise EditionList AHV VMs with filters
ListVms
Certified
Enterprise Edition
List AHV VMs with filters
yaml
type: io.kestra.plugin.ee.nutanix.ahv.ListVmsExamples
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
host *Requiredstring
fetchType string
Default
FETCHPossible Values
STOREFETCHFETCH_ONENONEfilter string
limit integerstring
orderBy string
page integerstring
password string
pluginDefaultsRef Non-dynamicstring
port integerstring
Default
9440scheme string
Default
httpsselect string
token string
username string
verifySsl booleanstring
Default
trueOutputs
row
Definitions
io.kestra.plugin.ee.nutanix.domain.AhvVm
clusterobject
descriptionstring
extIdstring
ipstring
namestring
resources
io.kestra.plugin.ee.nutanix.domain.AhvVm-Resources
disksarray
SubTypeobject
memorySizeBytesinteger
nicsarray
SubTypeobject
numCoresPerSocketinteger
numSocketsinteger
numThreadsPerCoreinteger
rows array
Definitions
io.kestra.plugin.ee.nutanix.domain.AhvVm
clusterobject
descriptionstring
extIdstring
ipstring
namestring
resources
io.kestra.plugin.ee.nutanix.domain.AhvVm-Resources
disksarray
SubTypeobject
memorySizeBytesinteger
nicsarray
SubTypeobject
numCoresPerSocketinteger
numSocketsinteger
numThreadsPerCoreinteger
size integer
timestamp integer
uri string
Format
uri