NamespacesWithFlows ​Namespaces​With​Flows

yaml
type: "io.kestra.plugin.kestra.namespaces.namespaceswithflows"
yaml
id: distinct_all_namespaces
namespace: company.team

tasks:
  - id: list_namespaces
    type: io.kestra.plugin.kestra.namespaces.NamespacesWithFlows
    kestraUrl: http://localhost:8080
    auth:
      username: admin@kestra.io # pass your Kestra username as secret or KV pair
      password: Admin1234 # pass your Kestra password as secret or KV pair

yaml
id: distinct_prefixed_namespaces
namespace: company.team

tasks:
  - id: list_prefixed_namespaces
    type: io.kestra.plugin.kestra.namespaces.NamespacesWithFlows
    kestraUrl: https://my-ee-instance.io
    auth:
      username: admin@kestra.io # pass your Kestra username as secret or KV pair
      password: Admin1234 # pass your Kestra password as secret or KV pair
    prefix: dev
    tenantId: mytenant
Properties
SubType string