ListVms
List AHV VMs with filters
Enterprise Edition Talk to us
ListVms
List AHV VMs with filters
yaml
type: "io.kestra.plugin.ee.nutanix.ahv.ListVms"Examples
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
port integerstring
Default
9440scheme string
Default
httpsselect string
token string
username string
verifySsl booleanstring
Default
falseOutputs
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