receptor_addresses

receptor_addresses#

usage: awx receptor_addresses [-h] action ...

positional arguments:
  action
    list
    get

optional arguments:
  -h, --help  show this help message and exit

awx receptor_addresses: the following arguments are required: action

receptor_addresses list#

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]

optional arguments:
  -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

receptor_addresses get#

usage: awx receptor_addresses get [-h] [-f {json,yaml,jq,human}]
                                  [--filter TEXT] [--conf.color BOOLEAN] [-v]
                                  id

positional arguments:
  id                    the ID (or unique name) of the resource

optional arguments:
  -h, --help            show this help message and exit

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

awx receptor_addresses get: the following arguments are required: id