Dynatrace · JSON Structure

Dynatrace Entities V2 Error Structure

Details of an API error.

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

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

Properties

code message constraintViolations

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

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "Details of an API error.",
  "name": "Error",
  "properties": {
    "code": {
      "type": "integer",
      "description": "The HTTP status code of the error."
    },
    "message": {
      "type": "string",
      "description": "A human-readable description of the error."
    },
    "constraintViolations": {
      "type": "array",
      "description": "A list of constraint violations for validation errors (HTTP 400).",
      "items": {
        "type": "object",
        "description": "Details of a single constraint violation in a request.",
        "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"
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/dynatrace-entities-v2-error-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.