usage: awx receptor_addresses list [-h] [--all] [--order_by ORDER_BY] [-f {json,yaml,jq,human}] [--filter TEXT] [--conf.color BOOLEAN] [-v] [--address TEXT]
[--port INTEGER] [--protocol {tcp,ws,wss}] [--websocket_path TEXT] [--is_internal BOOLEAN] [--canonical BOOLEAN] [--instance ID]
[--peers_from_control_nodes BOOLEAN]
options:
-h, --help show this help message and exit
--all fetch all pages of content from the API when returning results (instead of just the first page)
--order_by ORDER_BY order results by given field name, prefix the field name with a dash (-) to sort in reverse eg --order_by='-name',multiple sorting fields may
be specified by separating the field names with a comma (,)
--address TEXT only list receptor_addresses with the specified address
--port INTEGER only list receptor_addresses with the specified port
--protocol {tcp,ws,wss}
only list receptor_addresses with the specified protocol
--websocket_path TEXT
only list receptor_addresses with the specified websocket_path
--is_internal BOOLEAN
only list receptor_addresses with the specified is_internal
--canonical BOOLEAN only list receptor_addresses with the specified canonical
--instance ID only list receptor_addresses with the specified instance
--peers_from_control_nodes BOOLEAN
only list receptor_addresses with the specified peers_from_control_nodes
input/output formatting:
-f {json,yaml,jq,human}, --conf.format {json,yaml,jq,human}
specify a format for the input and output
--filter TEXT specify an output filter (only valid with jq or human format)
--conf.color BOOLEAN Display colorized output. Defaults to True
-v, --verbose print debug-level logs, including requests made