role_definitions#
usage: awx role_definitions [-h] action ...
positional arguments:
action
list
create
get
modify
delete
options:
-h, --help show this help message and exit
awx role_definitions: the following arguments are required: action
role_definitions list#
usage: awx role_definitions list [-h] [--all] [--order_by ORDER_BY] [-f {json,yaml,jq,human}] [--filter TEXT] [--conf.color BOOLEAN] [-v]
[--content_type {None,awx.credential,awx.executionenvironment,awx.instancegroup,awx.inventory,awx.jobtemplate,awx.notificationtemplate,awx.project,awx.workflowjobtemplate,shared.organization,shared.team}]
[--modified MODIFIED] [--created CREATED] [--name TEXT] [--description TEXT] [--managed BOOLEAN] [--modified_by ID] [--created_by ID]
options:
-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 (,)
--content_type {None,awx.credential,awx.executionenvironment,awx.instancegroup,awx.inventory,awx.jobtemplate,awx.notificationtemplate,awx.project,awx.workflowjobtemplate,shared.organization,shared.team}
only list role_definitions with the specified content_type
--modified MODIFIED only list role_definitions with the specified modified
--created CREATED only list role_definitions with the specified created
--name TEXT only list role_definitions with the specified name
--description TEXT only list role_definitions with the specified description
--managed BOOLEAN only list role_definitions with the specified managed
--modified_by ID only list role_definitions with the specified modified_by
--created_by ID only list role_definitions with the specified created_by
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
role_definitions create#
usage: awx role_definitions create [-h] --permissions PERMISSIONS
[--content_type {None,awx.credential,awx.executionenvironment,awx.instancegroup,awx.inventory,awx.jobtemplate,awx.notificationtemplate,awx.project,awx.workflowjobtemplate,shared.organization,shared.team}]
--name TEXT [--description TEXT]
required arguments:
--permissions PERMISSIONS
--name TEXT Name of this role definition.
options:
-h, --help show this help message and exit
--content_type {None,awx.credential,awx.executionenvironment,awx.instancegroup,awx.inventory,awx.jobtemplate,awx.notificationtemplate,awx.project,awx.workflowjobtemplate,shared.organization,shared.team}
The type of resource this applies to
--description TEXT Optional description of this role definition.
awx role_definitions create: the following arguments are required: --permissions, --name
role_definitions get#
usage: awx role_definitions 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
options:
-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 role_definitions get: the following arguments are required: id
role_definitions modify#
usage: awx role_definitions modify [-h] id
positional arguments:
id the ID (or unique name) of the resource
options:
-h, --help show this help message and exit
awx role_definitions modify: the following arguments are required: id
role_definitions delete#
usage: awx role_definitions delete [-h] id
positional arguments:
id the ID (or unique name) of the resource
options:
-h, --help show this help message and exit
awx role_definitions delete: the following arguments are required: id