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

FlagTypeDefaultDescription
--agentstringAgent hostname or UUID (required)
--typestringAgent 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.

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