ktm alerts get
Retrieve a specific alert definition's configuration and notification settings by ID using the ktm alerts get CLI command.
Get alert definition details
Usage
ktm alerts get [flags]
Examples
# Get alert definition details
ktm alerts get --id 42
Flags
| Flag | Type | Default | Description |
|---|---|---|---|
--id | int | Alert definition ID (from 'alerts list') |
Details
Get a single alert definition by ID, including its configuration and notification settings.
Use 'alerts list' to find alert definition IDs.
Related
Global flags (--output, --debug, --host, …) apply to every command. See the command reference overview.
What's next?
Last updated on