list_vulnerabilities
Query security vulnerabilities from Dynatrace with optional filter, sort, and time range. Identify exploitable or high-risk vulnerabilities using DQL-style expressions.
Instructions
List security vulnerabilities (Dynatrace Platform Vulnerabilities v1). Supports optional DQL-style filter expressions, sort, and time range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Filter expression, e.g. 'davisAssessment.exploitStatus = "AVAILABLE" and risk.score > 8'. | |
| sort | No | Sort expression, e.g. "-risk.score" for descending risk score. | |
| startTime | No | Start of timeframe. ISO-8601 timestamp or relative, e.g. "now-7d". Defaults to "now-30m". | |
| endTime | No | End of timeframe. Only "now" is supported. Defaults to "now". |