Dynatrace · JSON Structure

Dynatrace Problems V2 Problem Close Request Structure

Request body for closing a problem.

Type: object Properties: 1
AI OperationsAnalyticsAPMApplication Performance MonitoringApplication SecurityAutomationCloud MonitoringDigital Experience ManagementIntelligenceObservability

ProblemCloseRequest is a JSON Structure definition published by Dynatrace, describing 1 property. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

message

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "Request body for closing a problem.",
  "name": "ProblemCloseRequest",
  "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."
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}