usage: awx unified_jobs list [-h] [--all] [--order_by ORDER_BY]
[-f {json,yaml,jq,human}] [--filter TEXT]
[--conf.color BOOLEAN] [-v]
[--type {project_update,inventory_update,job,ad_hoc_command,system_job,workflow_job}]
[--created CREATED] [--modified MODIFIED]
[--name TEXT] [--description TEXT]
[--unified_job_template ID]
[--launch_type {manual,relaunch,callback,scheduled,dependency,workflow,webhook,sync,scm}]
[--status {new,pending,waiting,running,successful,failed,error,canceled}]
[--execution_environment ID] [--failed BOOLEAN]
[--started STARTED] [--finished FINISHED]
[--canceled_on CANCELED_ON] [--elapsed ELAPSED]
[--job_explanation TEXT] [--execution_node TEXT]
[--controller_node TEXT] [--work_unit_id TEXT]
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_update,inventory_update,job,ad_hoc_command,system_job,workflow_job}
only list unified_jobs with the specified type
--created CREATED only list unified_jobs with the specified created
--modified MODIFIED only list unified_jobs with the specified modified
--name TEXT only list unified_jobs with the specified name
--description TEXT only list unified_jobs with the specified description
--unified_job_template ID
only list unified_jobs with the specified
unified_job_template
--launch_type {manual,relaunch,callback,scheduled,dependency,workflow,webhook,sync,scm}
only list unified_jobs with the specified launch_type
--status {new,pending,waiting,running,successful,failed,error,canceled}
only list unified_jobs with the specified status
--execution_environment ID
only list unified_jobs with the specified
execution_environment
--failed BOOLEAN only list unified_jobs with the specified failed
--started STARTED only list unified_jobs with the specified started
--finished FINISHED only list unified_jobs with the specified finished
--canceled_on CANCELED_ON
only list unified_jobs with the specified canceled_on
--elapsed ELAPSED only list unified_jobs with the specified elapsed
--job_explanation TEXT
only list unified_jobs with the specified
job_explanation
--execution_node TEXT
only list unified_jobs with the specified
execution_node
--controller_node TEXT
only list unified_jobs with the specified
controller_node
--work_unit_id TEXT only list unified_jobs with the specified work_unit_id
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