Settings API - Sensitive Data Masking schema table
Sensitive Data Masking (builtin:devobs.sensitive.data.masking)
Create rules to mask any information you consider to be sensitive. Masking is done on OneAgent and no personal data is sent or stored on Dynatrace servers.
Schema ID
Schema groups
Scope
builtin:devobs.sensitive.data.masking
group:developer-observability
environment
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:devobs.sensitive.data.masking |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:devobs.sensitive.data.masking | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:devobs.sensitive.data.masking |
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
Rule Name
ruleName
text
-
required
Active
enabled
boolean
-
required
Rule Type
ruleType
enum
VAR_NAME
REGEX
required
ruleVarName
text
-
required
ruleRegex
text
-
required
Data Replacement
replacementType
enum
STRING
SHA256
required
replacementPattern
text
-
required