ListMachines
Enterprise Edition Talk to us
ListMachines
yaml
type: "io.kestra.plugin.ee.canonical.maas.ListMachines"Examples
yaml
id: list_ready_machines
namespace: company.team
tasks:
- id: list_ready_machines
type: io.kestra.plugin.ee.canonical.maas.ListMachines
url: "{{ secret('MAAS_URL') }}"
apiKey: "{{ secret('MAAS_API_KEY') }}"
filters:
status:
- "Ready"
- "Deployed"
zone: "zone-a"
resourcePool: "production"
tags:
- "kubernetes-node"
includeDetails: true
fields:
- "system_id"
- "hostname"
- "status_name"
- "ip_addresses"
- "cpu_count"
- "memory"
- "zone"
- "pool"
Properties
apiKey *Requiredstring
url *Requiredstring
fields array
SubTypestring
filters object
includeDetails booleanstring
Default
truepage integerstring
pageSize integerstring
Outputs
machines array
SubTypeobject