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 IDSchema groupsScope
    builtin:logmonitoring.log-security-context-rules
    • group:log-monitoring.analysis
    • group:log-monitoring
    environment
    GETManagedhttps://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:logmonitoring.log-security-context-rules
    SaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:logmonitoring.log-security-context-rules
    Environment ActiveGatehttps://{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

    PropertyTypeDescriptionRequired
    securityContextRuleSecurityContextRule-required
    The SecurityContextRule object
    PropertyTypeDescriptionRequired
    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