credential_types#

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

positional arguments:
  action
    list
    create
    get
    modify
    delete

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

awx credential_types: the following arguments are required: action

credential_types list#

usage: awx credential_types list [-h] [--all] [--order_by ORDER_BY]
                                 [-f {json,yaml,jq,human}] [--filter TEXT]
                                 [--conf.color BOOLEAN] [-v]
                                 [--type {credential_type}]
                                 [--created CREATED] [--modified MODIFIED]
                                 [--name TEXT] [--description TEXT]
                                 [--kind {ssh,vault,net,scm,cloud,registry,token,insights,external,kubernetes,galaxy,cryptography}]
                                 [--namespace TEXT] [--managed BOOLEAN]
                                 [--inputs JSON/YAML] [--injectors JSON/YAML]

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_type}
                        only list credential_types with the specified type
  --created CREATED     only list credential_types with the specified created
  --modified MODIFIED   only list credential_types with the specified modified
  --name TEXT           only list credential_types with the specified name
  --description TEXT    only list credential_types with the specified
                        description
  --kind {ssh,vault,net,scm,cloud,registry,token,insights,external,kubernetes,galaxy,cryptography}
                        only list credential_types with the specified kind
  --namespace TEXT      only list credential_types with the specified
                        namespace
  --managed BOOLEAN     only list credential_types with the specified managed
  --inputs JSON/YAML    only list credential_types with the specified inputs
  --injectors JSON/YAML
                        only list credential_types with the specified
                        injectors

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_types create#

usage: awx credential_types create [-h] --name TEXT [--description TEXT]
                                   --kind {net,cloud} [--inputs JSON/YAML]
                                   [--injectors JSON/YAML]

required arguments:
  --name TEXT           Name of this credential type.
  --kind {net,cloud}

optional arguments:
  -h, --help            show this help message and exit
  --description TEXT    Optional description of this credential type.
  --inputs JSON/YAML    Enter inputs using either JSON or YAML syntax. Refer
                        to the documentation for example syntax. You can
                        optionally specify a file path e.g., @path/to/file.yml
  --injectors JSON/YAML
                        Enter injectors using either JSON or YAML syntax.
                        Refer to the documentation for example syntax. You can
                        optionally specify a file path e.g., @path/to/file.yml

awx credential_types create: the following arguments are required: --name, --kind

credential_types get#

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

credential_types modify#

usage: awx credential_types 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_types modify: the following arguments are required: id

credential_types delete#

usage: awx credential_types 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_types delete: the following arguments are required: id