workflow_approvals#

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

positional arguments:
  action
    list
    get
    delete

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

awx workflow_approvals: the following arguments are required: action

workflow_approvals list#

usage: awx workflow_approvals list [-h] [--all] [--order_by ORDER_BY]
                                   [-f {json,yaml,jq,human}] [--filter TEXT]
                                   [--conf.color BOOLEAN] [-v]
                                   [--type {workflow_approval}]
                                   [--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]
                                   [--work_unit_id TEXT] [--timed_out BOOLEAN]

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_approval}
                        only list workflow_approvals with the specified type
  --created CREATED     only list workflow_approvals with the specified
                        created
  --modified MODIFIED   only list workflow_approvals with the specified
                        modified
  --name TEXT           only list workflow_approvals with the specified name
  --description TEXT    only list workflow_approvals with the specified
                        description
  --unified_job_template ID
                        only list workflow_approvals with the specified
                        unified_job_template
  --launch_type {manual,relaunch,callback,scheduled,dependency,workflow,webhook,sync,scm}
                        only list workflow_approvals with the specified
                        launch_type
  --status {new,pending,waiting,running,successful,failed,error,canceled}
                        only list workflow_approvals with the specified status
  --execution_environment ID
                        only list workflow_approvals with the specified
                        execution_environment
  --failed BOOLEAN      only list workflow_approvals with the specified failed
  --started STARTED     only list workflow_approvals with the specified
                        started
  --finished FINISHED   only list workflow_approvals with the specified
                        finished
  --canceled_on CANCELED_ON
                        only list workflow_approvals with the specified
                        canceled_on
  --elapsed ELAPSED     only list workflow_approvals with the specified
                        elapsed
  --job_explanation TEXT
                        only list workflow_approvals with the specified
                        job_explanation
  --work_unit_id TEXT   only list workflow_approvals with the specified
                        work_unit_id
  --timed_out BOOLEAN   only list workflow_approvals with the specified
                        timed_out

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_approvals get#

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

workflow_approvals delete#

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