Settings API - Log Security Context schema table
Log Security Context (builtin:logmonitoring.log-security-context-rules)
Configure rules for security context. The first user-defined rule that matches will be executed. Learn more by visiting our documentation.
Schema ID
Schema groups
Scope
builtin:logmonitoring.log-security-context-rules
group:log-monitoring.analysis
group:log-monitoring
environment
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:logmonitoring.log-security-context-rules |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:logmonitoring.log-security-context-rules | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:logmonitoring.log-security-context-rules |
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
The SecurityContextRule
object
Property
Type
Description
Required
Rule name
ruleName
text
-
required
Matcher
query
text
-
required
Select value source type
valueSource
enum
FIELD
LITERAL
required
Value
value
text
Literal value to be set
required
Value source field
valueSourceField
text
Name of field used to copy value
required