Adnan2199 opened a new pull request, #7057: URL: https://github.com/apache/ozone/pull/7057
## What changes were proposed in this pull request? The following Recon API endpoints are present in the ReconApi.md file but missing from the Swagger documentation. These endpoints should be added to the Swagger documentation to ensure completeness: ``` GET /api/v1/volumes: Fetches all volumes in the cluster. GET /api/v1/buckets: Fetches all buckets in the cluster. ``` Action Items: - Update the Swagger documentation to include these two endpoints. - Ensure that the descriptions, parameters, and response schemas are accurately documented. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-11300 ## How was this patch tested? Built the project locally, and started ozone on docker setup and verified the docs :- The added doc changes are present on the following URL :- ``` http://localhost:9874/docs/interface/swaggerreconapi.html#/ ``` <img width="1208" alt="image" src="https://github.com/user-attachments/assets/69653757-5563-40d3-b1f2-9c070f4c2637"> <img width="1232" alt="image" src="https://github.com/user-attachments/assets/c0fda26f-1206-4d69-89a7-3fac0bec1cb0"> -- 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]
