Dynatrace · Example Payload

Entities Api V2 Entity Type Example

Example description.

AI OperationsAnalyticsAPMApplication Performance MonitoringApplication SecurityAutomationCloud MonitoringDigital Experience ManagementIntelligenceObservability

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

Top-level fields

typedisplayNamedescriptionpropertiesfromRelationshipstoRelationships

Example Payload

Raw ↑
{
  "type": "STANDARD",
  "displayName": "Production Service",
  "description": "Example description.",
  "properties": [
    {
      "id": "abc123",
      "displayName": "Production Service",
      "type": "STANDARD"
    }
  ],
  "fromRelationships": [
    {
      "id": "abc123",
      "toTypes": [
        {}
      ]
    }
  ],
  "toRelationships": [
    {
      "id": "abc123",
      "toTypes": [
        {}
      ]
    }
  ]
}