camel get route

Get status of Camel routes

Usage

camel get route [options]

Options

Option Description Default Type

--description

Include description in the ID column (if available)

boolean

--error

Shows detailed information for routes that has error status

boolean

--filter

Filter routes by id, or url

String

--filter-mean

Filter routes that must be slower than the given time (ms)

long

--group

Filter routes by group

String

--limit

Filter routes by limiting to the given number of rows

int

--note

Include note in the ID column (if available)

boolean

--running

Only include running routes

boolean

--short-uri

List endpoint URI without query parameters (short)

boolean

--show-group

Include group column

boolean

--sort

Sort by pid, name or age

pid

String

--source

Prefer to display source filename/code instead of IDs

boolean

--watch

Execute periodically and showing output fullscreen

boolean

--wide-uri

List endpoint URI in full details

boolean

-h,--help

Display the help and sub-commands

boolean