Dynatrace · Schema
EntityTypeCollection
A paginated collection of entity type definitions.
AI OperationsAnalyticsAPMApplication Performance MonitoringApplication SecurityAutomationCloud MonitoringDigital Experience ManagementIntelligenceObservability
Properties
| Name | Type | Description |
|---|---|---|
| nextPageKey | string | Cursor for the next page of results. |
| totalCount | integer | The total number of entity types. |
| types | array | The list of entity types on this page. |
JSON Schema
{
"type": "object",
"description": "A paginated collection of entity type definitions.",
"properties": {
"nextPageKey": {
"type": "string",
"description": "Cursor for the next page of results.",
"example": "example-value"
},
"totalCount": {
"type": "integer",
"description": "The total number of entity types.",
"format": "int64",
"example": 500
},
"types": {
"type": "array",
"description": "The list of entity types on this page.",
"example": [
{
"type": "STANDARD",
"displayName": "Production Service",
"description": "Example description.",
"properties": [
{
"id": "abc123",
"displayName": "Production Service",
"type": "STANDARD"
}
],
"fromRelationships": [
{
"id": "abc123",
"toTypes": [
{}
]
}
],
"toRelationships": [
{
"id": "abc123",
"toTypes": [
{}
]
}
]
}
],
"items": {
"type": "object",
"description": "Defines an entity type including its display name, available properties, and supported relationship types.",
"properties": {
"type": {
"type": "string",
"description": "The entity type identifier, e.g., SERVICE.",
"example": "STANDARD"
},
"displayName": {
"type": "string",
"description": "The human-readable display name of the entity type.",
"example": "Production Service"
},
"description": {
"type": "string",
"description": "A description of what this entity type represents.",
"example": "Example description."
},
"properties": {
"type": "array",
"description": "The list of properties available for this entity type.",
"example": [
{
"id": "abc123",
"displayName": "Production Service",
"type": "STANDARD"
}
],
"items": {
"type": "object",
"description": "Describes a single property of an entity type.",
"properties": {
"id": {
"type": "string",
"description": "The property key identifier.",
"example": "abc123"
},
"displayName": {
"type": "string",
"description": "The human-readable display name of the property.",
"example": "Production Service"
},
"type": {
"type": "string",
"description": "The data type of the property value.",
"example": "STANDARD"
}
}
}
},
"fromRelationships": {
"type": "array",
"description": "The relationship types where entities of this type are the source.",
"example": [
{
"id": "abc123",
"toTypes": [
{}
]
}
],
"items": {
"type": "object",
"description": "Describes a relationship type for an entity type.",
"properties": {
"id": {
"type": "string",
"description": "The relationship type identifier, e.g., runsOn.",
"example": "abc123"
},
"toTypes": {
"type": "array",
"description": "The entity types that can participate in this relationship.",
"example": [
"STANDARD"
],
"items": {
"type": "object"
}
}
}
}
},
"toRelationships": {
"type": "array",
"description": "The relationship types where entities of this type are the target.",
"example": [
{
"id": "abc123",
"toTypes": [
{}
]
}
],
"items": {
"type": "object",
"description": "Describes a relationship type for an entity type.",
"properties": {
"id": {
"type": "string",
"description": "The relationship type identifier, e.g., runsOn.",
"example": "abc123"
},
"toTypes": {
"type": "array",
"description": "The entity types that can participate in this relationship.",
"example": [
"STANDARD"
],
"items": {
"type": "object"
}
}
}
}
}
}
}
}
},
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "EntityTypeCollection"
}
Work with this as data
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/dynatrace-entities-v2-entity-type-collection"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.