Settings API - Resource attributes schema table
Resource attributes (builtin:resource-attribute)
We replaced this setting with Allowed attributes (<your-dynatrace-url>/builtin:attribute-allow-list
) and Attribute data masking (<your-dynatrace-url>/builtin:attribute-masking
) and migrated your data. This setting will be removed soon.
Changes in this setting will still be migrated to the new ones, but please be aware that we are not able to migrate certain changes such as attribute deletions.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:resource-attribute |
| environment |
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:resource-attribute |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:resource-attribute | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:resource-attribute |
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 |
---|---|---|---|
Attribute key allow-listattributeKeys | Set<RuleItem> | - | required |
The RuleItem
object
Property | Type | Description | Required |
---|---|---|---|
Enabledenabled | boolean | If this is true, the value of the specified key is stored. | required |
Attribute keyattributeKey | text | The attribute key service.name and attribute keys in the namespace dt. are always allow-listed. | required |
Maskingmasking | enum | If this attribute contains confidential data, turn on masking to conceal its value from users Introduce more granular control over the visibility of attribute values.
| required |