Dynatrace · Example Payload

Entities Api V2 Entity Type Collection Example

AI OperationsAnalyticsAPMApplication Performance MonitoringApplication SecurityAutomationCloud MonitoringDigital Experience ManagementIntelligenceObservability

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

Top-level fields

nextPageKeytotalCounttypes

Example Payload

Raw ↑
{
  "nextPageKey": "example-value",
  "totalCount": 500,
  "types": [
    {
      "type": "STANDARD",
      "displayName": "Production Service",
      "description": "Example description.",
      "properties": [
        {
          "id": "abc123",
          "displayName": "Production Service",
          "type": "STANDARD"
        }
      ],
      "fromRelationships": [
        {
          "id": "abc123",
          "toTypes": [
            {}
          ]
        }
      ],
      "toRelationships": [
        {
          "id": "abc123",
          "toTypes": [
            {}
          ]
        }
      ]
    }
  ]
}