Dynatrace · JSON Structure

Entities Api V2 Entity Collection Structure

A paginated collection of monitored entities.

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

EntityCollection is a JSON Structure definition published by Dynatrace, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

nextPageKey totalCount pageSize entities

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/dynatrace/refs/heads/main/json-structure/entities-api-v2-entity-collection-structure.json",
  "description": "A paginated collection of monitored entities.",
  "type": "object",
  "properties": {
    "nextPageKey": {
      "type": "string",
      "description": "Cursor for the next page of results. Null if no more pages.",
      "nullable": true,
      "example": "example-value"
    },
    "totalCount": {
      "type": "int64",
      "description": "The total number of entities matching the query.",
      "example": 500
    },
    "pageSize": {
      "type": "int32",
      "description": "The number of results returned on this page.",
      "example": 500
    },
    "entities": {
      "type": "array",
      "description": "The list of entities on this page.",
      "items": {
        "$ref": "#/components/schemas/Entity"
      },
      "example": [
        {
          "entityId": "abc123",
          "displayName": "Production Service",
          "type": "STANDARD",
          "firstSeenTms": 500,
          "lastSeenTms": 500,
          "properties": {},
          "tags": [
            {
              "context": "example-value",
              "key": "example-value",
              "value": "example-value",
              "stringRepresentation": "example-value"
            }
          ],
          "managementZones": [
            {
              "id": "abc123",
              "name": "Production Service"
            }
          ],
          "toRelationships": {},
          "fromRelationships": {}
        }
      ]
    }
  },
  "name": "EntityCollection"
}

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/entities-api-v2-entity-collection-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.