ListMachines ListMachines
ListMachines Certified
Enterprise Edition Talk to us

yaml
type: "io.kestra.plugin.ee.canonical.maas.ListMachines"
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
SubTypestring
Defaulttrue
SubTypeobject