Dynatrace API changelog version 1.189

Environment API

  • Deployment API
    • The following possible value has been added to the arch query parameter of OneAgent installer calls:
      • arm
  • Synthetic Monitors API
    • Warning The type of the tags field of the SyntheticMonitorUpdate object has been changed:
      • array of String -> array of TagWithSourceInfo object.
        Backward compatibility is provided; the API still accepts an array of String. We recommend to switch to the new format at your earliest convenience.
  • User sessions API
    • The following possible value has been added to the type field of the UserSessionErrors and UserSessionEvents objects:
      • Behavioral

Configuration API

  • Alerting profiles API
    • The following field has been added to the AlertingProfile object:
      • mzId
    • Warning The managementZoneId property of the long type has been deprecated. Existing requests will still work. Use the newly introduced mzId field of the String type.
  • Anomaly detection API - Metric events
    • The following field has been added to the ManagementZoneAlertingScope object:
      • mzId
    • Warning The managementZoneId property of the long type has been deprecated. Existing requests will still work. Use the newly introduced mzId field of the String type.
  • Dashboards API
    • The following object has been added to the CustomFilterChartConfig:
      • axisLimits
    • The following object has been added to the UserSessionQueryTile:
      • visualizationConfig
  • RUM metrics API
    • The following possible value has been added to the metric field of the RumMetricDefinition object:
      • LongProperty

GA availability

The following APIs are now available as GA:

Early Adopter availability

The following APIs are now available as Early Adopter release:

Deprecation

The Thresholds API has been deprecated. Use the Metric events API instead. For backward compatibility, requests to deprecated endpoints will still work until further notice.