Dynatrace · Example Payload

Dynatrace Entities V2 Entity Collection Example

AI OperationsAnalyticsAPMApplication Performance MonitoringApplication SecurityAutomationCloud MonitoringDigital Experience ManagementIntelligenceObservability

Dynatrace Entities V2 Entity Collection Example is an example object payload from Dynatrace, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

nextPageKeytotalCountpageSizeentities

Example Payload

Raw ↑
{
  "nextPageKey": "example-value",
  "totalCount": 500,
  "pageSize": 500,
  "entities": [
    {
      "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": {}
    }
  ]
}