Dynatrace API changelog version 1.316

Rollout start: Jun 3, 2025

Environment API

/synthetic/locations

  • GET /synthetic/locations
    • Return Type:
      • Changed 200 OK
        • Changed SyntheticLocations schema
          • Changed property locations
            • Added property:
              nodes
  • GET /synthetic/locations/{locationId}/yaml Early Adopter
    • Parameter:
      • Delete platform in query

Deprecated for SaaS and Managed

  • DELETE /entities/securityContext
  • POST /entities/securityContext

Deprecated for Managed

  • /timeseries

Cluster API

/elastic/checkNodesVisibility

New!

  • POST /elastic/checkNodesVisibility

/activeGates

  • GET /activeGates
    • Parameter:
      • Changed osArchitecture in query
        • Added enum value:
          PPCLE
    • Return Type:
      • Changed 200 OK
        • Changed ActiveGateList schema
          • Changed property activeGates
            • Changed property osArchitecture
              • Added enum value:
                PPCLE
  • GET /activeGates/{agId}
    • Return Type:
      • Changed 200 OK
        • Changed ActiveGate schema
          • Changed property osArchitecture
            • Added enum value:
              PPCLE

/synthetic/locations

  • GET /synthetic/locations
    • Return Type:
      • Changed 200 OK
        • Changed SyntheticLocations schema
          • Changed property locations
            • Added property:
              nodes
  • POST /synthetic/locations
    • Request:
      • Changed PrivateSyntheticLocation schema
        • Added properties:
          maxActiveGateCount
          minActiveGateCount
          nodeSize
  • PUT /synthetic/locations/{locationId}
    • Request:
      • Changed PrivateSyntheticLocation schema
        • Added properties:
          maxActiveGateCount
          minActiveGateCount
          nodeSize

Settings API

Deprecated for SaaS and Managed

Deprecated for Managed