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

FlagTypeDefaultDescription
--archivedstringFilter by archived status: true or false
--namestringFilter by alert name
--operatorstringOperator slug (required)
--typesstringComma-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.

Global flags (--output, --debug, --host, …) apply to every command. See the command reference overview.

What's next?

All commands

Browse the full CLI reference.

Get started

Install the CLI and authenticate.

Last updated on