smitajoshi12 commented on code in PR #4940:
URL: https://github.com/apache/ozone/pull/4940#discussion_r1245475385


##########
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",
+
+  "/containers/mismatch?limit=*&prevKey=11&missingIn=OM" : "/omMismatch1",
+  "/containers/mismatch?limit=*&prevKey=21&missingIn=OM" : "/omMismatch2",
+  "/containers/mismatch?limit=*&prevKey=31&missingIn=OM" : "/omMismatch3",
+  "/containers/mismatch?limit=*&prevKey=41&missingIn=OM" : "/omMismatch4",
+
+  "/containers/mismatch?limit=*&prevKey=*&missingIn=OM" : "/omMismatch",

Review Comment:
   @sumitagrawl 
   It is test uri to check in local with 3000 port as we are using pagination 
depending uponlast key so check functionality so mapped to route.json for test 
data.



-- 
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]

Reply via email to