Dynatrace API changelog version 1.172

    Environment API

    Configuration API

    • Automatically applied tags API:
      • The ORACLE_SID possible value has been added to the dynamicKey field of the ProcessMetadataConditionKey object.
    • Custom services API:
      • The queueEntryPointType field has been added to the CustomService object.
      • The ENDS_WITH possible value has been added to the matcher field of the DetectionRule object.
    • Dashboards API:
      • The tileFilter field of the Tile object has been changed from required to optional.
    • Management zones API:
      • The ORACLE_SID possible value has been added to the dynamicKey field of the ProcessMetadataConditionKey object.
    • Services detection rules API is available as an Early Adopter release.
      • Dynatrace Managed https://{your-domain}/e/{your-environment-id}/api/config/v1/service/detectionRules/{ruleType}
      • Dynatrace SaaS https://{your-environment-id}.live.dynatrace.com/api/config/v1/service/detectionRules/{ruleType}
    • Request attributes API:
      • The PHP possible value has been added to the technology field of DataSource.
    • Request naming API:
      • Warning Breaking change The TRACE_ID possible value has been removed from the type field of the ComparisonInfo object and the attribute field of the Placeholder object.
      • The TOTAL_PROCESSING_TIME possible value has been added to the type field of the ComparisonInfo object and the attribute field of the Placeholder object.
      • Warning Breaking change The TraceIdComparisonInfo extension of the ComparisonInfo object has been removed.
    • Web application configuration API
      • The threshold field has been removed from the Apdex object. It is still supported for existing configurations and can be returned.
      • The following fields have been added to the Apdex object:
        • frustratingFallbackThreshold
        • frustratingThreshold
        • toleratedFallbackThreshold
        • toleratedThreshold
      • The userActionNamingSettings field has been added to the WebApplicationConfig object. It holds the object of the same name.