ktm alerts list
Use the ktm alerts list command to view configured alert definitions for an operator, filtering by type, name, or archived status.
List alert definitions configured on the platform
Usage
ktm alerts list [flags]
Examples
# List all alert definitions for an operator
ktm alerts list --operator my-operator
# List only availability alerts
ktm alerts list --operator my-operator --types availability
# List archived alerts
ktm alerts list --operator my-operator --archived true
Flags
| Flag | Type | Default | Description |
|---|---|---|---|
--archived | string | Filter by archived status: true or false | |
--name | string | Filter by alert name | |
--operator | string | Operator slug (required) | |
--types | string | Comma-separated alert types |
Details
List alert definitions for an operator. These are persistent rules that automatically trigger incidents when conditions are met.
NOT the same as 'metrics alert-eval' which performs on-demand local analytics.
Related
Global flags (--output, --debug, --host, …) apply to every command. See the command reference overview.
What's next?
Last updated on