workflow_job_template_nodes#

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

positional arguments:
  action
    list
    create
    get
    modify
    delete

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

awx workflow_job_template_nodes: the following arguments are required: action

workflow_job_template_nodes list#

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

workflow_job_template_nodes create#

usage: awx workflow_job_template_nodes create [-h] [--extra_data JSON/YAML]
                                              [--inventory ID]
                                              [--scm_branch TEXT]
                                              [--job_type {None,,run,check}]
                                              [--job_tags TEXT]
                                              [--skip_tags TEXT]
                                              [--limit TEXT]
                                              [--diff_mode BOOLEAN]
                                              [--verbosity {None,0,1,2,3,4,5}]
                                              [--execution_environment ID]
                                              [--forks INTEGER]
                                              [--job_slice_count INTEGER]
                                              [--timeout INTEGER]
                                              --workflow_job_template ID
                                              [--unified_job_template ID]
                                              [--all_parents_must_converge BOOLEAN]
                                              [--identifier TEXT]

required arguments:
  --workflow_job_template ID
                        the ID of the associated workflow_job_template

optional arguments:
  -h, --help            show this help message and exit
  --extra_data JSON/YAML
                        a JSON or YAML string. You can optionally specify a
                        file path e.g., @path/to/file.yml
  --inventory ID        Inventory applied as a prompt, assuming job template
                        prompts for inventory
  --scm_branch TEXT
  --job_type {None,,run,check}
  --job_tags TEXT
  --skip_tags TEXT
  --limit TEXT
  --diff_mode BOOLEAN
  --verbosity {None,0,1,2,3,4,5}
  --execution_environment ID
                        The container image to be used for execution.
  --forks INTEGER
  --job_slice_count INTEGER
  --timeout INTEGER
  --unified_job_template ID
                        the ID of the associated unified_job_template
  --all_parents_must_converge BOOLEAN
                        If enabled then the node will only run if all of the
                        parent nodes have met the criteria to reach this node
  --identifier TEXT     An identifier for this node that is unique within its
                        workflow. It is copied to workflow job nodes
                        corresponding to this node.

awx workflow_job_template_nodes create: the following arguments are required: --workflow_job_template

workflow_job_template_nodes get#

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

workflow_job_template_nodes modify#

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

workflow_job_template_nodes delete#

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