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
- The following possible value has been added to the arch query parameter of OneAgent installer calls:
- Synthetic Monitors API
- 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 ofString
. We recommend to switch to the new format at your earliest convenience.
- array of
- The type of the tags field of the SyntheticMonitorUpdate object has been changed:
- User sessions API
- The following possible value has been added to the type field of the UserSessionErrors and UserSessionEvents objects:
Behavioral
- The following possible value has been added to the type field of the UserSessionErrors and UserSessionEvents objects:
Configuration API
- Alerting profiles API
- The following field has been added to the AlertingProfile object:
- mzId
- The managementZoneId property of the
long
type has been deprecated. Existing requests will still work. Use the newly introduced mzId field of theString
type.
- The following field has been added to the AlertingProfile object:
- Anomaly detection API - Metric events
- The following field has been added to the ManagementZoneAlertingScope object:
- mzId
- The managementZoneId property of the
long
type has been deprecated. Existing requests will still work. Use the newly introduced mzId field of theString
type.
- The following field has been added to the ManagementZoneAlertingScope object:
- Dashboards API
- The following object has been added to the CustomFilterChartConfig:
- axisLimits
- The following object has been added to the UserSessionQueryTile:
- visualizationConfig
- The following object has been added to the CustomFilterChartConfig:
- RUM metrics API
- The following possible value has been added to the metric field of the RumMetricDefinition object:
LongProperty
- The following possible value has been added to the metric field of the RumMetricDefinition object:
GA availability
The following APIs are now available as GA:
- Environment API Synthetic Monitors API
Early Adopter availability
The following APIs are now available as Early Adopter release:
- Configuration API Extensions
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.