Dynatrace · JSON Structure

Dynatrace Entities V2 Entity Structure

Represents a monitored entity in Dynatrace. Entities are the components of your monitored environment such as services, hosts, processes, and applications. Each entity has a unique ID, a type, properties, tags, and relationships to other entities.

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

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

Properties

entityId displayName type firstSeenTms lastSeenTms properties tags managementZones toRelationships fromRelationships

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

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "Represents a monitored entity in Dynatrace. Entities are the components of your monitored environment such as services, hosts, processes, and applications. Each entity has a unique ID, a type, properties, tags, and relationships to other entities.",
  "name": "Entity",
  "properties": {
    "entityId": {
      "type": "string",
      "description": "The unique identifier of the entity in the format TYPE-HEXADECIMALID, e.g., SERVICE-1234567890ABCDEF."
    },
    "displayName": {
      "type": "string",
      "description": "The human-readable display name of the entity."
    },
    "type": {
      "type": "string",
      "description": "The type of the entity, e.g., SERVICE, HOST, PROCESS_GROUP, APPLICATION, SYNTHETIC_TEST."
    },
    "firstSeenTms": {
      "type": "integer",
      "description": "The Unix timestamp in milliseconds when the entity was first seen."
    },
    "lastSeenTms": {
      "type": "integer",
      "description": "The Unix timestamp in milliseconds when the entity was last seen."
    },
    "properties": {
      "type": "object",
      "description": "A map of entity-type-specific properties. Available properties vary by entity type. For example, a HOST entity may include osType, cpuCores, and memoryTotalBytes."
    },
    "tags": {
      "type": "array",
      "description": "The list of tags applied to the entity, including auto-detected and manually defined tags.",
      "items": {
        "type": "object",
        "description": "A tag applied to a monitored entity.",
        "properties": {
          "context": {
            "type": "string",
            "description": "The origin context of the tag. For example, CONTEXTLESS, ENVIRONMENT, AWS, KUBERNETES, etc."
          },
          "key": {
            "type": "string",
            "description": "The key of the tag."
          },
          "value": {
            "type": "string",
            "description": "The value of the tag, if applicable."
          },
          "stringRepresentation": {
            "type": "string",
            "description": "The full string representation of the tag as displayed in the Dynatrace UI, e.g., [KUBERNETES]app:my-service."
          }
        }
      }
    },
    "managementZones": {
      "type": "array",
      "description": "The management zones that the entity belongs to, used for access control and organizational scoping.",
      "items": {
        "type": "object",
        "description": "A management zone reference.",
        "properties": {
          "id": {
            "type": "string",
            "description": "The unique identifier of the management zone."
          },
          "name": {
            "type": "string",
            "description": "The display name of the management zone."
          }
        }
      }
    },
    "toRelationships": {
      "type": "object",
      "description": "Relationships where this entity is the target. Keys are relationship types (e.g., isProcessOf), values are arrays of entity IDs. For example, {\"isProcessOf\": [\"PROCESS_GROUP-123\"]}."
    },
    "fromRelationships": {
      "type": "object",
      "description": "Relationships where this entity is the source. Keys are relationship types (e.g., runsOn), values are arrays of entity IDs. For example, {\"runsOn\": [\"HOST-456\"]}."
    }
  },
  "$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-entity-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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