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 |
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/app:dynatrace.gitlab.connector:connection |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/app:dynatrace.gitlab.connector:connection | |
Environment ActiveGate | https://{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 namename | text | A unique and clearly identifiable connection name to your GitLab instance. | required |
GitLab URLurl | text | The GitLab URL instance you want to connect Include the https:// prefix | required |
GitLab tokentoken | 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 | required |