ktm agents get
Use the ktm agents get command to view detailed health, capacity, and slot information for a single agent by hostname or UUID.
Get detailed agent info with slots
Usage
ktm agents get [flags]
Examples
ktm agents get --agent phone-hub-01
ktm agents get --agent 7f3c9b21-4d6e-4a51-9ab2-1c8e5f0d3a77 --type cellular
Flags
| Flag | Type | Default | Description |
|---|---|---|---|
--agent | string | Agent hostname or UUID (required) | |
--type | string | Agent type: cellular, ethernet, smartphone (inferred from a hostname) |
Details
Show one agent's health, capacity and slots.
--agent takes either identifier: the agent's hostname or its UUID (the HOSTNAME and UUID columns of 'ktm agents list'). --type is only needed to disambiguate a UUID — with a hostname the agent's type is looked up.
Related
Global flags (--output, --debug, --host, …) apply to every command. See the command reference overview.
What's next?
Last updated on