Dynatrace API changelog version 1.315

  • Latest Dynatrace
  • Release notes
  • Page has not been published yet

Rollout start: May 20, 2025

Environment API

/synthetic/locations

  • POST /synthetic/locations

    • Request:
      • Changed PrivateSyntheticLocation schema
        • Added properties:
          maxActiveGateCount
          minActiveGateCount
          nodeSize
  • GET /synthetic/locations/{locationId}

    • Return Type:
      • Changed 200 OK
        • Changed SyntheticLocation schema
          • Added properties:
            maxActiveGateCount
            minActiveGateCount
            nodeSize

/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 activeGates
              • Added enum value:
                PPCLE
  • GET /activeGates/{agId}

    • Return Type:
      • Changed 200 OK
        • Changed ActiveGate schema
          • Changed property activeGates
            • Added enum value:
              PPCLE
Related tags
Dynatrace Platform