Dynatrace · JSON Structure

Dynatrace Metrics V2 Constraint Violation Structure

Details of a single constraint violation in a request.

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

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

Properties

path message parameterLocation location

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

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "Details of a single constraint violation in a request.",
  "name": "ConstraintViolation",
  "properties": {
    "path": {
      "type": "string",
      "description": "The JSON path to the field that caused the violation."
    },
    "message": {
      "type": "string",
      "description": "A description of the constraint violation."
    },
    "parameterLocation": {
      "type": "string",
      "description": "The location of the violating parameter (QUERY, PATH, BODY)."
    },
    "location": {
      "type": "string",
      "description": "The location detail for the violation."
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}