inventory_updates#

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

positional arguments:
  action
    list
    get
    delete
    stdout

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

awx inventory_updates: the following arguments are required: action

inventory_updates list#

usage: awx inventory_updates list [-h] [--all] [--order_by ORDER_BY]
                                  [-f {json,yaml,jq,human}] [--filter TEXT]
                                  [--conf.color BOOLEAN] [-v]
                                  [--type {inventory_update}]
                                  [--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]
                                  [--source {file,constructed,scm,ec2,gce,azure_rm,vmware,satellite6,openstack,rhv,controller,insights}]
                                  [--source_path TEXT] [--source_vars TEXT]
                                  [--scm_branch TEXT] [--enabled_var TEXT]
                                  [--enabled_value TEXT] [--host_filter TEXT]
                                  [--overwrite BOOLEAN]
                                  [--overwrite_vars BOOLEAN]
                                  [--custom_virtualenv TEXT]
                                  [--timeout INTEGER] [--verbosity {0,1,2}]
                                  [--limit TEXT] [--inventory ID]
                                  [--inventory_source ID]
                                  [--license_error BOOLEAN]
                                  [--org_host_limit_error BOOLEAN]
                                  [--source_project_update ID]
                                  [--instance_group ID] [--scm_revision 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 {inventory_update}
                        only list inventory_updates with the specified type
  --created CREATED     only list inventory_updates with the specified created
  --modified MODIFIED   only list inventory_updates with the specified
                        modified
  --name TEXT           only list inventory_updates with the specified name
  --description TEXT    only list inventory_updates with the specified
                        description
  --unified_job_template ID
                        only list inventory_updates with the specified
                        unified_job_template
  --launch_type {manual,relaunch,callback,scheduled,dependency,workflow,webhook,sync,scm}
                        only list inventory_updates with the specified
                        launch_type
  --status {new,pending,waiting,running,successful,failed,error,canceled}
                        only list inventory_updates with the specified status
  --execution_environment ID
                        only list inventory_updates with the specified
                        execution_environment
  --failed BOOLEAN      only list inventory_updates with the specified failed
  --started STARTED     only list inventory_updates with the specified started
  --finished FINISHED   only list inventory_updates with the specified
                        finished
  --canceled_on CANCELED_ON
                        only list inventory_updates with the specified
                        canceled_on
  --elapsed ELAPSED     only list inventory_updates with the specified elapsed
  --job_explanation TEXT
                        only list inventory_updates with the specified
                        job_explanation
  --execution_node TEXT
                        only list inventory_updates with the specified
                        execution_node
  --controller_node TEXT
                        only list inventory_updates with the specified
                        controller_node
  --work_unit_id TEXT   only list inventory_updates with the specified
                        work_unit_id
  --source {file,constructed,scm,ec2,gce,azure_rm,vmware,satellite6,openstack,rhv,controller,insights}
                        only list inventory_updates with the specified source
  --source_path TEXT    only list inventory_updates with the specified
                        source_path
  --source_vars TEXT    only list inventory_updates with the specified
                        source_vars
  --scm_branch TEXT     only list inventory_updates with the specified
                        scm_branch
  --enabled_var TEXT    only list inventory_updates with the specified
                        enabled_var
  --enabled_value TEXT  only list inventory_updates with the specified
                        enabled_value
  --host_filter TEXT    only list inventory_updates with the specified
                        host_filter
  --overwrite BOOLEAN   only list inventory_updates with the specified
                        overwrite
  --overwrite_vars BOOLEAN
                        only list inventory_updates with the specified
                        overwrite_vars
  --custom_virtualenv TEXT
                        only list inventory_updates with the specified
                        custom_virtualenv
  --timeout INTEGER     only list inventory_updates with the specified timeout
  --verbosity {0,1,2}   only list inventory_updates with the specified
                        verbosity
  --limit TEXT          only list inventory_updates with the specified limit
  --inventory ID        only list inventory_updates with the specified
                        inventory
  --inventory_source ID
                        only list inventory_updates with the specified
                        inventory_source
  --license_error BOOLEAN
                        only list inventory_updates with the specified
                        license_error
  --org_host_limit_error BOOLEAN
                        only list inventory_updates with the specified
                        org_host_limit_error
  --source_project_update ID
                        only list inventory_updates with the specified
                        source_project_update
  --instance_group ID   only list inventory_updates with the specified
                        instance_group
  --scm_revision TEXT   only list inventory_updates with the specified
                        scm_revision

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

inventory_updates get#

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

inventory_updates delete#

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

inventory_updates stdout#

usage: awx inventory_updates stdout [-h] id

positional arguments:
  id

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

awx inventory_updates stdout: the following arguments are required: id