applications#
usage: awx applications [-h] action ...
positional arguments:
action
list
create
get
modify
delete
optional arguments:
-h, --help show this help message and exit
awx applications: the following arguments are required: action
applications list#
usage: awx applications list [-h] [--all] [--order_by ORDER_BY]
[-f {json,yaml,jq,human}] [--filter TEXT]
[--conf.color BOOLEAN] [-v]
[--type {o_auth2_application}]
[--created CREATED] [--name TEXT]
[--description TEXT] [--client_id TEXT]
[--client_secret TEXT]
[--client_type {confidential,public}]
[--redirect_uris TEXT]
[--authorization_grant_type {authorization-code,password}]
[--skip_authorization BOOLEAN]
[--organization ID]
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 {o_auth2_application}
only list applications with the specified type
--created CREATED only list applications with the specified created
--name TEXT only list applications with the specified name
--description TEXT only list applications with the specified description
--client_id TEXT only list applications with the specified client_id
--client_secret TEXT only list applications with the specified
client_secret
--client_type {confidential,public}
only list applications with the specified client_type
--redirect_uris TEXT only list applications with the specified
redirect_uris
--authorization_grant_type {authorization-code,password}
only list applications with the specified
authorization_grant_type
--skip_authorization BOOLEAN
only list applications with the specified
skip_authorization
--organization ID only list applications with the specified organization
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
applications create#
usage: awx applications create [-h] --name TEXT [--description TEXT]
--client_type {confidential,public}
[--redirect_uris TEXT]
--authorization_grant_type
{authorization-code,password}
[--skip_authorization BOOLEAN] --organization
ID
required arguments:
--name TEXT Name of this application.
--client_type {confidential,public}
Set to Public or Confidential depending on how secure
the client device is.
--authorization_grant_type {authorization-code,password}
The Grant type the user must use for acquire tokens
for this application.
--organization ID Organization containing this application.
optional arguments:
-h, --help show this help message and exit
--description TEXT Optional description of this application.
--redirect_uris TEXT Allowed URIs list, space separated
--skip_authorization BOOLEAN
Set True to skip authorization step for completely
trusted applications.
awx applications create: the following arguments are required: --name, --client_type, --authorization_grant_type, --organization
applications get#
usage: awx applications 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 applications get: the following arguments are required: id
applications modify#
usage: awx applications 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 applications modify: the following arguments are required: id
applications delete#
usage: awx applications 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 applications delete: the following arguments are required: id