Settings API - GitLab Connections schema table

GitLab Connections (app:dynatrace.gitlab.connector:connection)

Connections containing access tokens for the GitLab Platform

(for more information read the GitLab API documentation)

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

Property
Type
Description
Required
Connection name
name
text

A unique and clearly identifiable connection name to your GitLab instance.

required
GitLab URL
url
text

The GitLab URL instance you want to connect. For example, https://gitlab.com

Include the http(s):// prefix

required
GitLab token
token
secret

The GitLab token to use for authentication. Please note that this token is not refreshed and can expire.

GitLab token in the form of ******. Not a secret for now due to problems retrieving it from the API functions

required