This is an automated email from the ASF dual-hosted git repository.

jojochuang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone-site.git


The following commit(s) were added to refs/heads/master by this push:
     new def4c9700 HDDS-15315. Updated snapshot diff API usage. (#435)
def4c9700 is described below

commit def4c9700c664c51b1abba7c9f2b39d3360a5fb0
Author: SaketaChalamchala <[email protected]>
AuthorDate: Tue May 19 21:30:53 2026 -0700

    HDDS-15315. Updated snapshot diff API usage. (#435)
---
 .../03-operations/08-snapshots/01-overview.md                     | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git 
a/docs/05-administrator-guide/03-operations/08-snapshots/01-overview.md 
b/docs/05-administrator-guide/03-operations/08-snapshots/01-overview.md
index ffb6b6525..a5c54d60c 100644
--- a/docs/05-administrator-guide/03-operations/08-snapshots/01-overview.md
+++ b/docs/05-administrator-guide/03-operations/08-snapshots/01-overview.md
@@ -85,10 +85,18 @@ Requires read privileges on the bucket.
 
 Shows changes between two snapshots or a snapshot and the live bucket.
 
+Submit a snapshot diff job:
+
 ```bash
 ozone sh snapshot diff /vol1/bucket1 <snap1> <snap2_or_live_bucket>
 ```
 
+Get the snapshot diff report:
+
+```bash
+ozone sh snapshot diff /vol1/bucket1 <snap1> <snap2_or_live_bucket> 
--get-report
+```
+
 Output prefixes: `+` (add), `-` (delete), `M` (modify), `R` (rename). Use 
`-p`, `-t` for pagination.
 Manage diff jobs: `ozone sh snapshot listDiff /vol1/bucket1`, `ozone sh 
snapshot cancelDiff <jobId>`.
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to