app:my.dps.advisor:dps-advisor-subscription-api-connection)OAuth 2.0 client credentials used by the DPS Advisor backend function to read commit and cost data from the Dynatrace Account Management Subscription API.
| Schema ID | Schema groups | Scope |
|---|---|---|
app:my.dps.advisor:dps-advisor-subscription-api-connection | - | environment |
| GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/app:my.dps.advisor:dps-advisor-subscription-api-connection |
| GET | SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/app:my.dps.advisor:dps-advisor-subscription-api-connection |
| GET | Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/app:my.dps.advisor:dps-advisor-subscription-api-connection |
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.
| Property | Type | Description | Required |
|---|---|---|---|
Connection namename | text | A human-readable label for this connection (e.g. | Required |
Account URNaccountUrn | text | The Dynatrace account URN (urn:dtaccount:) the OAuth client is registered against. | Required |
OAuth Client IDclientId | text | OAuth 2.0 client ID issued by Dynatrace SSO with the required Subscription API scopes. | Required |
OAuth Client SecretclientSecret | secret | OAuth 2.0 client secret. Stored encrypted by the Dynatrace Settings service and never returned in clear text. | Required |
OAuth Scopesscope | text | Space-separated list of scopes to request from SSO. Must match what was granted to the OAuth client in Account Management. Required for the token exchange — Dynatrace SSO returns | Required |
Token URLtokenUrl | text | Dynatrace SSO token endpoint. Defaults to the production endpoint; only override for sprint or staging tenants. | Required |
Account Management API base URLapiBaseUrl | text | Base URL of the Dynatrace Account Management API. Defaults to the production endpoint. | Required |