Dynatrace · Example Payload

Dynatrace Problems V2 Error Example

AI OperationsAnalyticsAPMApplication Performance MonitoringApplication SecurityAutomationCloud MonitoringDigital Experience ManagementIntelligenceObservability

Dynatrace Problems V2 Error Example is an example object payload from Dynatrace, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

codemessageconstraintViolations

Example Payload

Raw ↑
{
  "code": 500,
  "message": "Example description.",
  "constraintViolations": [
    {
      "path": "example-value",
      "message": "Example description.",
      "parameterLocation": "example-value",
      "location": "example-value"
    }
  ]
}