openBackhaul / ExecutionAndTraceLog

List of records of service requests
Apache License 2.0
1 stars 8 forks source link

Implementation of /v1/list-records shall be updated #401

Closed IswaryaaS closed 1 month ago

IswaryaaS commented 2 months ago

The specification of /v1/list-records has been updated to have multiple attributes in request-body. It is added with "searched-user", "start-of-searched-period", "end-of-searched-period", "searched-operation-name", "searched-application-name" and "searched-release-number".

PrathibaJee commented 2 months ago

In older index of EATL2.1.1 , we have records with / without timestamp , so after moving/upgrading EATL in the live to 2.1.2, maximum for 5 days there is a possibility that /v1/list-records validation will fail if a single record is without timestamp. To avoid this , we can have default invalid value that represents that the timestamp field is not available.