credential_input_sources#

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

positional arguments:
  action
    list
    create
    get
    modify
    delete

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

awx credential_input_sources: the following arguments are required: action

credential_input_sources list#

usage: awx credential_input_sources list [-h] [--all] [--order_by ORDER_BY]
                                         [-f {json,yaml,jq,human}]
                                         [--filter TEXT]
                                         [--conf.color BOOLEAN] [-v]
                                         [--type {credential_input_source}]
                                         [--created CREATED]
                                         [--modified MODIFIED]
                                         [--description TEXT]
                                         [--input_field_name TEXT]
                                         [--metadata JSON/YAML]
                                         [--target_credential ID]
                                         [--source_credential ID]

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
                        (,)
  --type {credential_input_source}
                        only list credential_input_sources with the specified
                        type
  --created CREATED     only list credential_input_sources with the specified
                        created
  --modified MODIFIED   only list credential_input_sources with the specified
                        modified
  --description TEXT    only list credential_input_sources with the specified
                        description
  --input_field_name TEXT
                        only list credential_input_sources with the specified
                        input_field_name
  --metadata JSON/YAML  only list credential_input_sources with the specified
                        metadata
  --target_credential ID
                        only list credential_input_sources with the specified
                        target_credential
  --source_credential ID
                        only list credential_input_sources with the specified
                        source_credential

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

credential_input_sources create#

usage: awx credential_input_sources create [-h] [--description TEXT]
                                           --input_field_name TEXT
                                           [--metadata JSON/YAML]
                                           --target_credential ID
                                           --source_credential ID

required arguments:
  --input_field_name TEXT
  --target_credential ID
                        the ID of the associated target_credential
  --source_credential ID
                        the ID of the associated source_credential

optional arguments:
  -h, --help            show this help message and exit
  --description TEXT    Optional description of this credential input source.
  --metadata JSON/YAML  a JSON or YAML string. You can optionally specify a
                        file path e.g., @path/to/file.yml

awx credential_input_sources create: the following arguments are required: --input_field_name, --target_credential, --source_credential

credential_input_sources get#

usage: awx credential_input_sources 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 credential_input_sources get: the following arguments are required: id

credential_input_sources modify#

usage: awx credential_input_sources modify [-h] id

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

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

awx credential_input_sources modify: the following arguments are required: id

credential_input_sources delete#

usage: awx credential_input_sources delete [-h] id

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

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

awx credential_input_sources delete: the following arguments are required: id