usage: awx workflow_job_nodes list [-h] [--all] [--order_by ORDER_BY]
[-f {json,yaml,jq,human}] [--filter TEXT]
[--conf.color BOOLEAN] [-v]
[--type {workflow_job_node}]
[--created CREATED] [--modified MODIFIED]
[--extra_data JSON/YAML] [--inventory ID]
[--execution_environment ID] [--job ID]
[--workflow_job ID]
[--unified_job_template ID]
[--all_parents_must_converge BOOLEAN]
[--do_not_run BOOLEAN] [--identifier 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 {workflow_job_node}
only list workflow_job_nodes with the specified type
--created CREATED only list workflow_job_nodes with the specified
created
--modified MODIFIED only list workflow_job_nodes with the specified
modified
--extra_data JSON/YAML
only list workflow_job_nodes with the specified
extra_data
--inventory ID only list workflow_job_nodes with the specified
inventory
--execution_environment ID
only list workflow_job_nodes with the specified
execution_environment
--job ID only list workflow_job_nodes with the specified job
--workflow_job ID only list workflow_job_nodes with the specified
workflow_job
--unified_job_template ID
only list workflow_job_nodes with the specified
unified_job_template
--all_parents_must_converge BOOLEAN
only list workflow_job_nodes with the specified
all_parents_must_converge
--do_not_run BOOLEAN only list workflow_job_nodes with the specified
do_not_run
--identifier TEXT only list workflow_job_nodes with the specified
identifier
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