Dynatrace API changelog version 1.269

Environment API

  • /extensions/{extensionName}/environmentConfiguration/assets

    • New possible value in the type field of the ExtensionAssetsDto object:
      SCREEN_HEALTH_CARDS
  • Security problems API

    • New field in the SecurityProblemDetails object:
      entryPoints (EntryPoints)
  • Service-level objectives API

    • New field in the errorBudgetBurnRate field of the SLOs object:
      burnRateVisualizationEnabled (boolean)
    • New fields in the slo field of the SLOs object:
      burnRateMetricKey (string)
      enabled (boolean)
      error (string)
      errorBudget (number)
      errorBudgetMetricKey (string)
      evaluatedPercentage (boolean)
      evaluationType (number)
      filter (string)
      id (string)
      metricExpression (string)
      metricKey (string)
      name (string)
      normalizedErrorBudgetMetricKey (string)
      status (string)
      target (number)
      timeframe (string)
      warning (number)
    • New fields in the SloConfigItemDtoImpl object:
      evaluationType (number) name (string)
      target (number)
      timeframe (string)
      warning (number)

Configuration API

  • Web application configuration API
    • Removed possible values from the matchEntity field of the WebApplicationConfig object:
      CssSelector
      JavaScriptVariable
      MetaTag
      PagePath
      PageTitle
      UrlAnchor
      XhrUrl