• Home
  • Dynatrace Managed
  • Operation
  • Export licensing data

Export licensing data

License consumption data export allows you to download detailed information of hourly license utilization by all your environments in the time range you specify. The exported archive contains files in JSON format that you can process for a detailed analysis or a data visualization.

Downloaded archive includes:

  • ZIP file of license consumption data files in JSON format
  • Signature file
  • Log file containing information on archive creation and download

The JSON files contain the following information:

ConsumptionExport

Property nameDescription
clusterUuidCluster identifier
timeFrameStartConsumption data export timeframe start
timeFrameEndConsumption data export timeframe end
environmentBillingEntriesList of EnvironmentUsage objects

EnvironmentUsage

Property nameDescription
environmentUuidEnvironment identifier
visitsCount of consumed user sessions
mobileSessionsCount of consumed mobile user sessions
totalRUMUserPropertiesUsedCount of defined user session properties
newProblemsNot used, deprecated
hostUsagesList of HostUsage objects
downloadsNot used, deprecated
syntheticUsagesNot used, deprecated
syntheticBillingUsageList of SyntheticUsage objects
customMetricsList of CustomMetricsUsage objects
davisDataUnitsList of DDUUsage objects
trialIf a trial environment
logStorageUsageBytesCount of Log Monitoring storage usage in bytes
logUploadVolumeBytesCount of Log Monitoring upload volume in bytes
sessionReplaysCount of consumed user session replays
mobileSessionReplaysCount of consumed mobile user session replays

HostUsage

Property nameDescription
osiIdCluster identifier
hostNameNot used
hostCategoryDeprecated
agentUsagesList of AgentUsage objects
infrastructureOnlyIf running in Infrastructure Monitoring mode
paasIf a PaaS application
passMemoryLimitPaaS application RAM limit in bytes; For non-PaaS apps it's null
vendorTypeIdPaaS vendor ID. For non-PaaS apps it's null
hostMemoryBytesHost's RAM in bytes
premiumLogAnalyticsIf host has Premium Log monitoring enabled
hasContainersIf a virtualization host (for example, a Docker host)

AgentUsage

Property nameDescription
networkTrafficNot used, deprecated
agentIdUnique OneAgent module identifier
agentTypeIdOneAgent module type ID; 1 for OS module
agentUsageRecordsList of AgentUsageRecord objects

AgentUsageRecord

Property nameDescription
startTimeOneAgent module running start time within ConsumptionExport timeframe
endTimeagent running end time within ConsumptionExport timeframe

SyntheticUsage

Property nameDescription
monitorTypeIdSynthetic monitor type ID; 1 for browser monitor, 2 for HTTP monitor
testIdUnique Synthetic monitor identifier
publicExecutionsCount of executions from public locations
privateExecutionsCount of executions from private locations

CustomMetricsUsage

Property nameDescription
sourceCustom metric definition source name (for example ,JMX)
totalCount of custom metrics definitions

DDUUsage

Property nameDescription
poolDDU pool name (for example, "Metrics")
totalCount of consumed Davis Data Units