smitajoshi12 commented on code in PR #4940: URL: https://github.com/apache/ozone/pull/4940#discussion_r1245473509
########## hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/api/routes.json: ########## @@ -28,5 +28,44 @@ "/heatmap/readaccess?startDate=*&path=*&entityType=bucket": "/bucketHeatmap", "/heatmap/readaccess?startDate=*&path=*&entityType=key": "/keyHeatmap", "/heatmap/readaccess?startDate=*&path=*&entityType=volume": "/heatmap", - "/features/disabledFeatures": "/disabledFeatures" + "/features/disabledFeatures": "/disabledFeatures", + "/keys/open?limit=0": "/keysOpenSummary", + "/keys/deletePending?limit=1": "/keysdeletePendingSummary", Review Comment: @sumitagrawl @ArafatKhan2198 For delete pending API /keys/deletePending?limit=1" we have limit 1 suggested by arafat with limit=0 it will fetch large amount of data as we need key summary information so used limit 1. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
