Dynatrace API changelog version 1.284

Rollout start: Jan 30, 2024

Configuration API

  • Request attributes API
    • Property serviceTechnology in object scope has a new possible value:
      ORACLE_DB_LISTENER

Environment API

  • Monitored states API
    • New possible value in the state property of the monitoringStates object:

      restart_required_host_group_inconsistent

Early Adopter availability

The following API is now available in Early Adopter release:

  • GET /extensions/{technology}/availableHosts

    Changed technology in path: added enum value: ORACLE_DB_LISTENER

Deprecation

All Log Monitoring API v1 endpoints are deprecated.

  • Log Monitoring API v1

    • GET /entity/infrastructure/custom-devices/{customDeviceId}/logs
    • GET /entity/infrastructure/custom-devices/{customDeviceId}/logs/jobs/{jobId}
    • DELETE /entity/infrastructure/custom-devices/{customDeviceId}/logs/jobs/{jobId}
    • GET /entity/infrastructure/custom-devices/{customDeviceId}/logs/jobs/{jobId}/records
    • POST /entity/infrastructure/custom-devices/{customDeviceId}/logs/jobs/{jobId}/records
    • POST /entity/infrastructure/custom-devices/{customDeviceId}/logs/jobs/{jobId}/records/top
    • POST /entity/infrastructure/custom-devices/{customDeviceId}/logs/{logPath}
    • GET /entity/infrastructure/hosts/{hostId}/logs
    • GET /entity/infrastructure/hosts/{hostId}/logs/jobs/{jobId}
    • DELETE /entity/infrastructure/hosts/{hostId}/logs/jobs/{jobId}
    • GET /entity/infrastructure/hosts/{hostId}/logs/jobs/{jobId}/records
    • POST /entity/infrastructure/hosts/{hostId}/logs/jobs/{jobId}/records
    • POST /entity/infrastructure/hosts/{hostId}/logs/jobs/{jobId}/records/top
    • POST /entity/infrastructure/hosts/{hostId}/logs/{logPath}
    • GET /entity/infrastructure/process-groups/{pgId}/logs
    • GET /entity/infrastructure/process-groups/{pgId}/logs/jobs/{jobId}
    • DELETE /entity/infrastructure/process-groups/{pgId}/logs/jobs/{jobId}
    • GET /entity/infrastructure/process-groups/{pgId}/logs/jobs/{jobId}/records
    • POST /entity/infrastructure/process-groups/{pgId}/logs/jobs/{jobId}/records
    • POST /entity/infrastructure/process-groups/{pgId}/logs/jobs/{jobId}/records/top
    • POST /entity/infrastructure/process-groups/{pgId}/logs/{logPath}
  • Log Monitoring v1 metrics API

    • GET /calculatedMetrics/log
    • GET /calculatedMetrics/log/{metricKey}
    • PUT /calculatedMetrics/log/{metricKey}
    • DELETE /calculatedMetrics/log/{metricKey}
    • POST /calculatedMetrics/log/{metricKey}/validator