Dynatrace · Schema

ProblemCloseRequest

Request body for closing a problem.

AI OperationsAnalyticsAPMApplication Performance MonitoringApplication SecurityAutomationCloud MonitoringDigital Experience ManagementIntelligenceObservability

Properties

Name Type Description
message string An optional message explaining why the problem is being closed. This is stored as a closing comment on the problem.
View JSON Schema on GitHub

JSON Schema

problems-api-v2-problem-close-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/dynatrace/refs/heads/main/json-schema/problems-api-v2-problem-close-request-schema.json",
  "title": "ProblemCloseRequest",
  "description": "Request body for closing a problem.",
  "type": "object",
  "properties": {
    "message": {
      "type": "string",
      "description": "An optional message explaining why the problem is being closed. This is stored as a closing comment on the problem.",
      "example": "Example description."
    }
  }
}