ktm operators list
List all operators accessible with the current API key
List all operators accessible with the current API key
Usage
ktm operators list [flags]
Examples
# List all operators (JSON)
ktm operators list
# List operators in table format
ktm operators list -o table
# Filter by organisation group
ktm operators list --organisation-group my-org
Flags
| Flag | Type | Default | Description |
|---|---|---|---|
--organisation-group | string | Filter operators belonging to this organisation group (by slug) | |
--short-name | string | Filter by exact operator short name |
Details
List operators the authenticated API key has access to.
Operators are the top-level entities in Kapptivate. Each operator owns products, which in turn contain tests and monitors. Start here to discover your operator slug, then use it as --operator in products/tests/monitors/users commands.
JSON output fields: name, active, organisation_group, slug, logo Table columns: SLUG, NAME, ACTIVE, ORG GROUP
Related
Global flags (--output, --debug, --host, …) apply to every command. See the command reference overview.
What's next?
Last updated on