Dynatrace API changelog version 1.170

Environment API

  • Metrics API v1:
    • The possibility to filter out data points that fall within maintenance windows has been added. To use the feature:
      • In the GET timeseries/{timeseriesIdentifier} request, set the considerMaintenanceWindowsForAvailability query parameter as true.
      • In the POST timeseries/{timeseriesIdentifier} request, set the considerMaintenanceWindowsForAvailability field in the body of the request as true.
  • User sessions API:
    • The syntheticEventId field has been added to the UserSessionUserAction object.

Configuration API

  • Service—Request attributes API:
    • The iibMethodNodeCondition and iibNodeType fields have been added to the DataSource object.
    • The IIB_NODE possible value has been added to the source field of the DataSource object.
  • Service—Request naming API:
    • The following possible values have been added to the attribute fields of the Condition and Placeholder objects:
      • CPU_TIME
      • DATABASE_CHILD_CALL_COUNT
      • DATABASE_CHILD_CALL_TIME
      • ERROR_COUNT
      • EXCEPTION_CLASS
      • FAILED_STATE
      • FLAW_STATE
      • IO_TIME
      • LOCK_TIME
      • NON_DATABASE_CHILD_CALL_COUNT
      • NON_DATABASE_CHILD_CALL_TIME
      • RESPONSE_TIME
      • RESPONSE_TIME_CLIENT
      • SERVICE_ID
      • SUSPENSION_TIME
      • WAIT_TIME