Dynatrace · Example Payload

Dynatrace Log Monitoring V2 Error Envelope Example

AI OperationsAnalyticsAPMApplication Performance MonitoringApplication SecurityAutomationCloud MonitoringDigital Experience ManagementIntelligenceObservability

Dynatrace Log Monitoring V2 Error Envelope Example is an example object payload from Dynatrace, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

error

Example Payload

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