Package Information
Downloads: 0 weekly / 8 monthly
Latest Version: 0.2.1
Author: Phenisys
Documentation
Dynatrace OAuth2 API - n8n Credential Node
This project provides a custom n8n credential node for authenticating with Dynatrace APIs using the OAuth2 client credentials flow.
🔐 Features
- OAuth2 authentication with Dynatrace using the
client_credentialsgrant. - Supports custom scopes.
- Automatically injects the
Bearertoken into outgoing requests. - Based on Dynatrace’s OAuth2 documentation.
⚙️ Credential Setup in n8n
Create new credentials of type Dynatrace OAuth2 API with the following fields:
| Field | Description |
|---|---|
Account UUID |
Dynatrace account UUID. Used as resource in the OAuth token request. |
Client ID |
OAuth client ID from Dynatrace. |
Client Secret |
OAuth client secret. Stored securely. |
Scope |
Space-separated list of scopes (e.g. account-uac-read account-uac-write). |