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 ID | Schema groups | Scope |
|---|---|---|
builtin:security-problems | - | environment |
| GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:security-problems |
| GET | SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:security-problems |
| GET | Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:security-problems |
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.
| Property | Type | Description | Required |
|---|---|---|---|
Titletitle | text | The title of the security problem. | Required |
Summarysummary | text | A brief summary describing the security problem. | Required |
Filter CriteriafilterCriteria | 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
| Required |
Security ContextsecurityContext | list | This will be put as | Required |
Closing StrategyclosingStrategy | enum | Defines how the security problem should be closed. The element has these enums
| 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 |