Try it free

Settings API - Security Problems Configuration schema table

  • Published Jul 06, 2026
  • Preview

Security Problems Configuration (builtin:security-problems)

Configure security problem settings including closing strategies and auto-close durations.

This schema allows you to define security problem configurations, including their titles, summaries, closing strategies, and automatic closure timeframes.

Schema IDSchema groupsScope
builtin:security-problems-
environment
Retrieve schema via Settings API
GETManagedhttps://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:security-problems
GETSaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:security-problems
GETEnvironment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:security-problems

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
Title
title
text

The title of the security problem.

Required
Summary
summary
text

A brief summary describing the security problem.

Required
Filter Criteria
filterCriteria
text

An OpenPipeline matcher expression that defines which security events are associated with this security problem.

Required
The type of the security problem.
type
enum
The element has these enums
  • GENERAL
  • VULNERABILITY
  • DETECTION
  • COMPLIANCE
Required
Security Context
securityContext
list

This will be put as dt.security_context on the security problem Smartscape node.

Required
Closing Strategy
closingStrategy
enum

Defines how the security problem should be closed.

The element has these enums
  • AUTOMATIC
  • MANUAL
Required
Inactive Duration (minutes)
inactiveDuration
integer

The duration in minutes after which the security problem will be set to inactive, if there are no security events matching the defined filter criteria.

Required
Auto-Close Duration (minutes)
autoCloseDuration
integer

The duration in minutes after which the security problem will be automatically closed, if there are no security events matching the defined filter criteria.

Required