ListVms
Enterprise Edition Talk to us
ListVms
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 object
rows array
size integer
timestamp integer
uri string
Format
uri