Try it free

Dynatrace API changelog version 1.342

  • Release notes
  • Published Jun 18, 2026
  • Rollout start on Jun 30, 2026
Pre-release information

This is an ongoing summary of changes in this planned release. Check back here at GA for the final version.

Environment API v1

No changes.

Environment API v2

Adapt ActiveGate auto-update setting REST API

  • GET /activeGates

    • Return Type:
      • Changed 200 OK Changed ActiveGateList schema (application/json; charset=utf-8)
        • Changed property activeGates
          • Changed property autoUpdateSettings
            • Added properties: targetVersion, updateWindows
  • GET /activeGates/autoUpdate

    • Return Type:
      • Changed 200 OK Changed ActiveGateGlobalAutoUpdateConfig schema (application/json; charset=utf-8)
        • Added properties: targetVersion, updateWindows
  • PUT /activeGates/autoUpdate

    • Request:
      • Changed ActiveGateGlobalAutoUpdateConfig schema (application/json; charset=utf-8)
        • Added properties: targetVersion, updateWindows
  • POST /activeGates/autoUpdate/validator

    • Request:
      • Changed ActiveGateGlobalAutoUpdateConfig schema (application/json; charset=utf-8)
        • Added properties: targetVersion, updateWindows
  • GET /activeGates/{agId}

    • Return Type:
      • Changed 200 OK Changed ActiveGate schema (application/json; charset=utf-8)
        • Changed property autoUpdateSettings
          • Added properties: targetVersion, updateWindows
  • GET /activeGates/{agId}/autoUpdate

    • Return Type:
      • Changed 200 OK Changed ActiveGateAutoUpdateConfig schema (application/json; charset=utf-8)
        • Added properties: targetVersion, updateWindows

Release the REST API for Public Images

  • GET /fleetManagement/components/containerImages
    • Extensions:
      • API maturity changed from IN_DEVELOPMENT to GENERAL_AVAILABILITY

Platform-specific synthetic DTO-s

  • GET /synthetic/monitors (EARLY_ADOPTER)
    • Return Type:
      • Changed 200 OK Changed SyntheticMonitorListDto schema (application/json; charset=utf-8)
        • Changed property monitors
          • Changed property type
            • Removed enum values: THIRD_PARTY
          • Removed required properties: entityId, name, type

Configuration API v1

Py report additional technologies

  • GET /extensions/{technology}/availableHosts (EARLY_ADOPTER)

    • Parameter:
      • Changed technology in path
        • Added enum values: AMAZON_BEDROCK, AWS_KINESIS, AWS_S3, AZURE_BLOB, AZURE_EVENT_HUB, HTTPX, REQUESTS, URLLIB3
  • POST /service/requestAttributes

    • Request:
      • Changed RequestAttribute schema (application/json; charset=utf-8)
        • Changed property dataSources
          • Changed property scope
            • Changed property serviceTechnology
              • Added enum values: AMAZON_BEDROCK, AWS_KINESIS, AWS_S3, AZURE_BLOB, AZURE_EVENT_HUB, HTTPX, REQUESTS, URLLIB3
  • POST /service/requestAttributes/validator

    • Request:
      • Changed RequestAttribute schema (application/json; charset=utf-8)
        • Changed property dataSources
          • Changed property scope
            • Changed property serviceTechnology
              • Added enum values: AMAZON_BEDROCK, AWS_KINESIS, AWS_S3, AZURE_BLOB, AZURE_EVENT_HUB, HTTPX, REQUESTS, URLLIB3
  • GET /service/requestAttributes/{id}

    • Return Type:
      • Changed 200 OK Changed RequestAttribute schema (application/json; charset=utf-8)
        • Changed property dataSources
          • Changed property scope
            • Changed property serviceTechnology
              • Added enum values: AMAZON_BEDROCK, AWS_KINESIS, AWS_S3, AZURE_BLOB, AZURE_EVENT_HUB, HTTPX, REQUESTS, URLLIB3
  • PUT /service/requestAttributes/{id}

    • Request:
      • Changed RequestAttribute schema (application/json; charset=utf-8)
        • Changed property dataSources
          • Changed property scope
            • Changed property serviceTechnology
              • Added enum values: AMAZON_BEDROCK, AWS_KINESIS, AWS_S3, AZURE_BLOB, AZURE_EVENT_HUB, HTTPX, REQUESTS, URLLIB3
  • POST /service/requestAttributes/{id}/validator

    • Request:
      • Changed RequestAttribute schema (application/json; charset=utf-8)
        • Changed property dataSources
          • Changed property scope
            • Changed property serviceTechnology
              • Added enum values: AMAZON_BEDROCK, AWS_KINESIS, AWS_S3, AZURE_BLOB, AZURE_EVENT_HUB, HTTPX, REQUESTS, URLLIB3

Cluster API v1

No changes.

Cluster API v2

Adapt ActiveGate AutoUpdate Setting REST-API

  • GET /activeGates

    • Return Type:
      • Changed 200 OK Changed ActiveGateList schema (application/json; charset=utf-8)
        • Changed property activeGates
          • Changed property autoUpdateSettings
            • Added properties: targetVersion, updateWindows
  • GET /activeGates/autoUpdate

    • Return Type:
      • Changed 200 OK Changed ActiveGateGlobalAutoUpdateConfig schema (application/json; charset=utf-8)
        • Added properties: targetVersion, updateWindows
  • PUT /activeGates/autoUpdate

    • Request:
      • Changed ActiveGateGlobalAutoUpdateConfig schema (application/json; charset=utf-8)
        • Added properties: targetVersion, updateWindows
  • POST /activeGates/autoUpdate/validator

    • Request:
      • Changed ActiveGateGlobalAutoUpdateConfig schema (application/json; charset=utf-8)
        • Added properties: targetVersion, updateWindows
  • GET /activeGates/autoUpdate/{envId}

    • Return Type:
      • Changed 200 OK Changed ActiveGateGlobalAutoUpdateConfig schema (application/json; charset=utf-8)
        • Added properties: targetVersion, updateWindows
  • PUT /activeGates/autoUpdate/{envId}

    • Request:
      • Changed ActiveGateGlobalAutoUpdateConfig schema (application/json; charset=utf-8)
        • Added properties: targetVersion, updateWindows
  • POST /activeGates/autoUpdate/{envId}/validator

    • Request:
      • Changed ActiveGateGlobalAutoUpdateConfig schema (application/json; charset=utf-8)
        • Added properties: targetVersion, updateWindows
  • GET /activeGates/{agId}

    • Return Type:
      • Changed 200 OK Changed ActiveGate schema (application/json; charset=utf-8)
        • Changed property autoUpdateSettings
          • Added properties: targetVersion, updateWindows
  • GET /activeGates/{agId}/autoUpdate

    • Return Type:
      • Changed 200 OK Changed ActiveGateAutoUpdateConfig schema (application/json; charset=utf-8)
        • Added properties: targetVersion, updateWindows
Related tags
Dynatrace Platform