AppDynamics · Schema

AppDynamics Analytics Event

Schema representing a custom analytics event and its schema definition for the AppDynamics Events Service.

APMApplication Performance MonitoringCiscoCloud ObservabilityDevOpsMonitoringObservabilityOpenTelemetry

Properties

Name Type Description
schemaName string The name of the custom event schema.
schema object The schema definition for this event type.
events array Array of event data objects conforming to the schema.
View JSON Schema on GitHub

JSON Schema

appdynamics-analytics-event-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://appdynamics.com/schemas/appdynamics/analytics-event.json",
  "title": "AppDynamics Analytics Event",
  "description": "Schema representing a custom analytics event and its schema definition for the AppDynamics Events Service.",
  "type": "object",
  "$defs": {
    "EventSchemaField": {
      "type": "object",
      "description": "A field definition within a custom event schema.",
      "required": ["type"],
      "properties": {
        "type": {
          "type": "string",
          "description": "The data type of the field.",
          "enum": [
            "string",
            "integer",
            "float",
            "boolean",
            "date"
          ]
        },
        "label": {
          "type": "string",
          "description": "A human-readable label for the field."
        }
      }
    },
    "EventSchema": {
      "type": "object",
      "description": "A custom event schema definition for the Events Service.",
      "required": ["schema"],
      "properties": {
        "schema": {
          "type": "object",
          "description": "The schema definition mapping field names to their type definitions.",
          "additionalProperties": {
            "$ref": "#/$defs/EventSchemaField"
          }
        }
      }
    },
    "QueryResult": {
      "type": "object",
      "description": "The result of an ADQL query execution.",
      "properties": {
        "fields": {
          "type": "array",
          "description": "The column definitions for the query results.",
          "items": {
            "type": "object",
            "properties": {
              "label": {
                "type": "string",
                "description": "The column label."
              },
              "field": {
                "type": "string",
                "description": "The field name."
              },
              "type": {
                "type": "string",
                "description": "The data type of the column."
              }
            }
          }
        },
        "results": {
          "type": "array",
          "description": "The data rows returned by the query.",
          "items": {
            "type": "array"
          }
        },
        "moreData": {
          "type": "boolean",
          "description": "Whether additional data is available beyond the limit."
        },
        "totalCount": {
          "type": "integer",
          "description": "The total number of results matching the query.",
          "minimum": 0
        }
      }
    }
  },
  "properties": {
    "schemaName": {
      "type": "string",
      "description": "The name of the custom event schema.",
      "minLength": 1,
      "maxLength": 255,
      "pattern": "^[a-zA-Z][a-zA-Z0-9_]*$"
    },
    "schema": {
      "$ref": "#/$defs/EventSchema",
      "description": "The schema definition for this event type."
    },
    "events": {
      "type": "array",
      "description": "Array of event data objects conforming to the schema.",
      "items": {
        "type": "object"
      }
    }
  }
}

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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/appdynamics-analytics-event"
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 email required.

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