AI OperationsAnalyticsAPMApplication Performance MonitoringApplication SecurityAutomationCloud MonitoringDigital Experience ManagementIntelligenceObservability
EventCollection is a JSON Structure definition published by Dynatrace, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/dynatrace/refs/heads/main/json-structure/events-api-v2-event-collection-structure.json",
"description": "A paginated collection of events.",
"type": "object",
"properties": {
"nextPageKey": {
"type": "string",
"description": "The cursor for the next page of results. Null if there are no more pages.",
"nullable": true,
"example": "example-value"
},
"totalCount": {
"type": "int64",
"description": "The total number of events matching the query.",
"example": 500
},
"pageSize": {
"type": "int32",
"description": "The number of results returned on this page.",
"example": 500
},
"events": {
"type": "array",
"description": "The list of events on this page.",
"items": {
"$ref": "#/components/schemas/Event"
},
"example": [
{
"eventId": "abc123",
"eventType": "STANDARD",
"title": "example-value",
"startTime": 1718153645993,
"endTime": 1718153645993,
"entityId": {},
"properties": {},
"status": "OPEN"
}
]
}
},
"name": "EventCollection"
}
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.