Settings API - Red Hat Ansible Automation Controller Connections schema table

Red Hat Ansible Automation Controller Connections (app:dynatrace.redhat.ansible:automation-controller.connection)

Connections containing access tokens for the Red Hat Ansible app. This connection can be used for connecting to Red Hat Ansible Automation Controller as well as the open-source project AWX.

Schema ID
Schema groups
Scope
app:dynatrace.redhat.ansible:automation-controller.connection
-
environment
GETManagedhttps://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/app:dynatrace.redhat.ansible:automation-controller.connection
SaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/app:dynatrace.redhat.ansible:automation-controller.connection
Environment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/app:dynatrace.redhat.ansible:automation-controller.connection

Authentication

To execute this request, you need an access token with Read settings (settings.read) scope. To learn how to obtain and use it, see Tokens and authentication.

Parameters

Property
Type
Description
Required
Connection name
name
text

A unique and clearly identifiable connection name.

required
API URL
url
text

URL of the Ansible Automation Controller API endpoint. For example, https://ansible.yourdomain.com/api/v2/

required
Type
type
enum

Type of authentication method that should be used.

  • api-token
required
API access token
token
secret

API access token for the Ansible Automation Controller. Please note that this token is not refreshed and can expire.

required