unified_job_templates

unified_job_templates#

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

positional arguments:
  action
    list
    get

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

awx unified_job_templates: the following arguments are required: action

unified_job_templates list#

usage: awx unified_job_templates list [-h] [--all] [--order_by ORDER_BY]
                                      [-f {json,yaml,jq,human}]
                                      [--filter TEXT] [--conf.color BOOLEAN]
                                      [-v]
                                      [--type {project,inventory_source,job_template,system_job_template,workflow_job_template}]
                                      [--created CREATED]
                                      [--modified MODIFIED] [--name TEXT]
                                      [--description TEXT]
                                      [--last_job_run LAST_JOB_RUN]
                                      [--last_job_failed BOOLEAN]
                                      [--next_job_run NEXT_JOB_RUN]
                                      [--status {new,pending,waiting,running,successful,failed,error,canceled,never updated,ok,missing,none,updating}]
                                      [--execution_environment 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 {project,inventory_source,job_template,system_job_template,workflow_job_template}
                        only list unified_job_templates with the specified
                        type
  --created CREATED     only list unified_job_templates with the specified
                        created
  --modified MODIFIED   only list unified_job_templates with the specified
                        modified
  --name TEXT           only list unified_job_templates with the specified
                        name
  --description TEXT    only list unified_job_templates with the specified
                        description
  --last_job_run LAST_JOB_RUN
                        only list unified_job_templates with the specified
                        last_job_run
  --last_job_failed BOOLEAN
                        only list unified_job_templates with the specified
                        last_job_failed
  --next_job_run NEXT_JOB_RUN
                        only list unified_job_templates with the specified
                        next_job_run
  --status {new,pending,waiting,running,successful,failed,error,canceled,never updated,ok,missing,none,updating}
                        only list unified_job_templates with the specified
                        status
  --execution_environment ID
                        only list unified_job_templates with the specified
                        execution_environment

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

unified_job_templates get#

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