Dynatrace · Example Payload

Dynatrace Entities V2 Entity Example

example-value

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

Top-level fields

entityIddisplayNametypefirstSeenTmslastSeenTmspropertiestagsmanagementZonestoRelationshipsfromRelationships

Example Payload

Raw ↑
{
  "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": {}
}