Removed the following endpoints:
GET /thresholdsPUT /thresholds/{thresholdId}DELETE /thresholds/{thresholdId}Early Adopter Added new endpoints:
GET /logs/export
Breaking change
K8S
LOG
SFMGET /logs/search
Breaking change
K8S
LOG
SFMThis update may affect clients that rely on strict value matching or use code-generated models with fixed enums, as generated clients and SDKs that don't accept unknown values may require updates to handle the extended value set. We recommend ensuring your implementation can gracefully process previously unseen values to maintain forward compatibility.
Added the option to pass attributes via Query Parameters and the X_Dynatrace_Attr header.
POST /logs/ingest
X-Dynatrace-Attr in header.POST /otlp/v1/logs
X-Dynatrace-Attr in header.Early Adopter Added new endpoints:
POST /ua/entity
UAEntityScreenDefinition schema (application/json; charset=utf-8)
POST /ua/explorer
UAInvExScreenDefinition schema (application/json; charset=utf-8)
POST /ua/list
UAListScreenDefinition schema (application/json; charset=utf-8)
GET /iam/repo/{level-type}/{level-id}/bindings/groups/{group-uuid}
PolicyBindingsWithDetails schema (application/json)
Breaking change
POST /iam/resolution/{level-type}/{level-id}/effectivepermissions:dry-run
GetEffectivePermissionsFromLevelPolicyBindings schema (application/json)