Settings API - Jenkins Connections schema table

Jenkins Connections (app:dynatrace.jenkins.connector:connection)

Connections contain the access information for the Jenkins app. This connection can be used to connect to the Jenkins instance.

Schema IDSchema groupsScope
app:dynatrace.jenkins.connector:connection-
environment
GETManagedhttps://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/app:dynatrace.jenkins.connector:connection
SaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/app:dynatrace.jenkins.connector:connection
Environment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/app:dynatrace.jenkins.connector: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

PropertyTypeDescriptionRequired
Connection name
name
text

The name of the Jenkins connection

required
Jenkins URL
url
text

Base URL of your Jenkins instance (e.g. https://[YOUR_JENKINS_DOMAIN]/)

required
Username
username
text

The name of your Jenkins user (e.g. jenkins)

required
Password
password
secret

The password of the user or API token obtained from the Jenkins UI (Dashboard > User > Configure > API Token)

required