system_job_templates

system_job_templates#

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

positional arguments:
  action
    list
    get

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

awx system_job_templates: the following arguments are required: action

system_job_templates list#

usage: awx system_job_templates list [-h] [--all] [--order_by ORDER_BY]
                                     [-f {json,yaml,jq,human}] [--filter TEXT]
                                     [--conf.color BOOLEAN] [-v]
                                     [--type {system_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]
                                     [--job_type {,cleanup_jobs,cleanup_activitystream,cleanup_sessions,cleanup_tokens}]

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 {system_job_template}
                        only list system_job_templates with the specified type
  --created CREATED     only list system_job_templates with the specified
                        created
  --modified MODIFIED   only list system_job_templates with the specified
                        modified
  --name TEXT           only list system_job_templates with the specified name
  --description TEXT    only list system_job_templates with the specified
                        description
  --last_job_run LAST_JOB_RUN
                        only list system_job_templates with the specified
                        last_job_run
  --last_job_failed BOOLEAN
                        only list system_job_templates with the specified
                        last_job_failed
  --next_job_run NEXT_JOB_RUN
                        only list system_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 system_job_templates with the specified
                        status
  --execution_environment ID
                        only list system_job_templates with the specified
                        execution_environment
  --job_type {,cleanup_jobs,cleanup_activitystream,cleanup_sessions,cleanup_tokens}
                        only list system_job_templates with the specified
                        job_type

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

system_job_templates get#

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