Dynatrace API changelog version 1.232

Environment API

  • ActiveGate API
    • New field with an underlying object in the ActiveGate object:
      connectedHosts -> ActiveGateConnectedHosts
  • Events API v2
    • New possible value in the status field of the EventIngestResult object:
      INVALID_ENTITY_TYPE
  • Extensions 2.0 API
    • New query parameters in the GET list of environment configuration events and the GET list of monitoring configuration events requests:
      content (String)
      status (String)
    • New field with an underlying object in the SchemaDefinitionRestDto object:
      uiCustomization -> UiCustomization
    • New field with an underlying object in the PropertyDefinition object:
      uiCustomization -> UiCustomization
    • New field with an underlying object in the Item object:
      uiCustomization -> UiCustomization
    • New field in the DatasourceDefinition object:
      resetValue (String)
    • New possible value in the type field of the Precondition object:
      REGEX_MATCH
    • New field in the Precondition object:
      pattern (String)
    • New field in the SchemaType object:
      searchPattern (String)
  • Log Monitoring API v2
    • Warning Breaking change in Early Adopter release Changed type of the additionalColumns field of the LogRecord object:
      String -> String[]
  • OneAgent on a host API
    • New possible value in the detailedAvailabilityState field of the HostAgentInfo object and the detailedAvailabilityState query parameter:
      SHUTDOWN_STOPPED
  • Security problems API
    • New field in the RemediationAssessment object:
      vulnerableFunctionUsage (String)
  • Settings API
    • New field with an underlying object in the SchemaDefinitionRestDto object:
      uiCustomization -> UiCustomization
    • New field with an underlying object in the PropertyDefinition object:
      uiCustomization -> UiCustomization
    • New field with an underlying object in the Item object:
      uiCustomization -> UiCustomization
    • New field in the DatasourceDefinition object:
      resetValue (String)
    • New possible value in the type field of the Precondition object:
      REGEX_MATCH
    • New field in the Precondition object:
      pattern (String)
    • New field in the SchemaType object:
      searchPattern (String)
  • Service-level objectives API
    • Warning Breaking change Removed possible value from the error field of the SLO object:
      FILTER_MATCHES_IN_CONDITION_LIMIT_EXCEEDED
  • Topology and Smartscape API - Process groups
    • New fields in the metadata object:
      agentValueMetadata (Object)
      websphereLibertyServerName (String[])
  • Topology and Smartscape API - Services
    • New possible value in the serviceType field of the Service object:
      Span

Configuration API

Cluster API

  • /activeGates
    • New field with an underlying object in the ActiveGate object:
      connectedHosts -> ActiveGateConnectedHosts
  • /iam/repo
    • New query parameters in the DELETE /iam/repo/{level-type}/{level-id}/bindings/{policy-uuid} request:
      query-params (Object)
      forceMultiple (boolean)
    • New query parameters in the DELETE /iam/repo/{level-type}/{level-id}/bindings/{policy-uuid}/{group-uuid} request:
      query-params (Object)
      forceMultiple (boolean)
  • /settings/schemas
    • New field with an underlying object in the SchemaDefinitionRestDto object:
      uiCustomization -> UiCustomization
    • New field with an underlying object in the PropertyDefinition object:
      uiCustomization -> UiCustomization
    • New field with an underlying object in the Item object:
      uiCustomization -> UiCustomization
    • New field in the DatasourceDefinition object:
      resetValue (String)
    • New possible value in the type field of the Precondition object:
      REGEX_MATCH
    • New field in the Precondition object:
      pattern (String)
    • New field in the SchemaType object:
      searchPattern (String)
  • /tokens
    • New possible values in the scopes field of the TokenMetadata and the CreateTenantToken objects as well as the permissions query parameter of the GET /tokens:
      activeGateTokenManagement.create
      activeGateTokenManagement.read
      activeGateTokenManagement.write

Early Adopter availability

The following API is now available in Early Adopter release:

  • Cluster API /activeGateTokens

GA availability

The following APIs are now available in GA:

  • Cluster API Log Monitoring endpoints (/logMonitoring)
  • Cluster API IAM - Policy binding endpoints (GET /iam/repo/{level-type}/{level-id}/bindings/{policy-uuid} and POST /iam/repo/{level-type}/{level-id}/bindings/{policy-uuid}/{group-uuid})