Settings API - Allowed attributes schema table
Allowed attributes (builtin:attribute-allow-list)
While Dynatrace automatically captures all OpenTelemetry attributes, to prevent the accidental storage of personal data, only the values of attributes for which a related key is specified in the allow-list below are persisted. This enables you to meet your privacy requirements while controlling the amount of monitoring data that's persisted. For further details on Dynatrace's privacy settings, visit the Data privacy and security documentation.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:attribute-allow-list |
| environment |
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:attribute-allow-list |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:attribute-allow-list | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:attribute-allow-list |
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 |
---|---|---|---|
Enabledenabled | boolean | If this is true, the value of the specified key is persisted. | required |
Attribute keykey | text | Key of the attribute to persist | required |