chihsuan opened a new pull request, #553: URL: https://github.com/apache/ozone-site/pull/553
## What changes were proposed in this pull request? Mirror the Recon API doc change from apache/ozone#11204 into `static/recon-api.yaml`. The `fileSize` query parameter of `GET /api/v1/utilization/fileCount` matches the exact upper bound of one file-size histogram bin, in bytes. It is not an arbitrary file size or a cumulative less-than-or-equal threshold, and a positive value that is not a bin upper bound returns an empty result. The endpoint summary and parameter description now say so. The `fileSize` schema is also changed from `type: number` to `type: integer` / `format: int64`, since the endpoint parses it as a `long`. The "can be used independently" wording depends on apache/ozone#11203, so this should land after that fix and apache/ozone#11204. ## What is the link to the Apache Jira? https://issues.apache.org/jira/browse/HDDS-16384 ## How was this patch tested? Parsed `static/recon-api.yaml` with a YAML parser; the release snapshots under `static/docs/` are untouched. 🤖 Generated with [Claude Code](https://claude.com/claude-code) https://claude.ai/code/session_01SVhvqhEM9Gjrsng2Euu9Eg -- 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]
