DistinctNamespaces
List distinct Kestra namespaces
Retrieves a list of all distinct namespaces within a Kestra instance, optionally filtered by a prefix.
yaml
type: "io.kestra.plugin.kestra.flows.DistinctNamespaces"
List all distinct namespaces
yaml
id: distinct_all_namespaces
namespace: company.team
tasks:
- id: list_namespaces
type: io.kestra.plugin.kestra.flows.DistinctNamespaces
kestraUrl: http://localhost:8080
List distinct namespaces with a specific prefix
yaml
id: distinct_prefixed_namespaces
namespace: company.team
tasks:
- id: list_prefixed_namespaces
type: io.kestra.plugin.kestra.flows.DistinctNamespaces
kestraUrl: https://my-ee-instance.io
auth:
username: myuser
password: mypassword
prefix: dev
tenantId: mytenant
Dynamic
NO
Authentication information.
Dynamic
YES
Kestra API URL, if null, http://localhost: 8080
will be used.
Dynamic
YES
The namespace prefix, if null, all namespaces will be listed.
Dynamic
YES
The tenant ID to use for the request, defaults to current tenant.
SubType string
A list of distinct Kestra namespaces
Dynamic
YES
API token.
Dynamic
YES
Password for HTTP Basic authentication.
Dynamic
YES
Username for HTTP Basic authentication.