Try it free

Dynatrace API changelog version 1.344

  • Release notes
  • Published Jul 15, 2026
  • Rollout start on Jul 29, 2026

Environment API v2

/tenantTokenRotation

  • GET /tenantTokenRotation/status
    • New endpoint

/securityProblems

  • GET /securityProblems
    • Return Type:
      • Changed 200 OK Changed SecurityProblemList schema (application/json; charset=utf-8)
        • Changed property securityProblems
          • Changed property riskAssessment
            • Changed property assessmentAccuracyDetails
              • Changed property reducedReasons
                • Added enum values:
                  LIMITED_BY_SERVICE_DETECTION_V2
  • GET /securityProblems/{id}
    • Return Type:
      • Changed 200 OK Changed SecurityProblemDetails schema (application/json; charset=utf-8)
        • Changed property riskAssessment
          • Changed property assessmentAccuracyDetails
            • Changed property reducedReasons
              • Added enum values:
                LIMITED_BY_SERVICE_DETECTION_V2
  • GET /securityProblems/{id}/remediationItems
    • Return Type:
      • Changed 200 OK Changed RemediationItemList schema (application/json; charset=utf-8)
        • Changed property remediationItems
          • Changed property assessment
            • Changed property assessmentAccuracyDetails
              • Changed property reducedReasons
                • Added enum values:
                  LIMITED_BY_SERVICE_DETECTION_V2
  • GET /securityProblems/{id}/remediationItems/{remediationItemId}
    • Return Type:
      • Changed 200 OK Changed RemediationDetailsItem schema (application/json; charset=utf-8)
        • Changed property assessment
          • Changed property assessmentAccuracyDetails
            • Changed property reducedReasons
              • Added enum values:
                LIMITED_BY_SERVICE_DETECTION_V2

/synthetic/locations

  • POST /synthetic/locations
    • Request:
      • Changed PrivateSyntheticLocation schema (application/json; charset=utf-8)
        • Added properties:
          maxActiveGateCount, minActiveGateCount, nodeSize

Cluster API v2

/activeGates

  • GET /activeGates/autoUpdate
    • Return Type:
      • Changed 200 OK Changed ClusterActiveGateGlobalAutoUpdateConfig schema (application/json; charset=utf-8)
        • Broken compatibility
        • Removed properties: targetVersion, updateWindows
  • PUT /activeGates/autoUpdate
    • Request:
      • Changed ClusterActiveGateGlobalAutoUpdateConfig schema (application/json; charset=utf-8)
        • Removed properties: targetVersion, updateWindows
  • POST /activeGates/autoUpdate/validator
    • Request:
      • Changed ClusterActiveGateGlobalAutoUpdateConfig schema (application/json; charset=utf-8)
        • Removed properties: targetVersion, updateWindows
  • GET /activeGates/{agId}/autoUpdate
    • Return Type:
      • Changed 200 OK Changed ClusterActiveGateAutoUpdateConfig schema (application/json; charset=utf-8)
        • Broken compatibility
        • Removed properties: targetVersion, updateWindows
        • Read-only changed from true to false
  • PUT /activeGates/{agId}/autoUpdate
    • Request:
      • Changed ClusterActiveGateAutoUpdateConfig schema (application/json; charset=utf-8)
        • Broken compatibility
        • Removed properties: targetVersion, updateWindows
        • Read-only changed from true to false
  • POST /activeGates/{agId}/autoUpdate/validator
    • Request:
      • Changed ClusterActiveGateAutoUpdateConfig schema (application/json; charset=utf-8)
        • Broken compatibility
        • Removed properties: targetVersion, updateWindows
        • Read-only changed from true to false

/environments

  • GET /environments
    • Return Type:
      • Changed 200 OK Changed EnvironmentList schema (application/json; charset=utf-8)
        • Changed property environments
          • Changed property storage
            • Added properties:
              userSessionRetention
  • POST /environments
    • Request:
      • Changed Environment schema (application/json; charset=utf-8)
        • Changed property storage
          • Added properties:
            userSessionRetention
  • GET /environments/{id}
    • Return Type:
      • Changed 200 OK Changed Environment schema (application/json; charset=utf-8)
        • Changed property storage
          • Added properties:
            userSessionRetention
  • PUT /environments/{id}
    • Request:
      • Changed Environment schema (application/json; charset=utf-8)
        • Changed property storage
          • Added properties:
            userSessionRetention
Related tags
Dynatrace Platform