A newer release of this product is available.
Storage SnapLock file volume.uuid path endpoint overview
Contributors
Suggest changes
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
This API manages the SnapLock retention time of a file. You can perform a privileged-delete operation by executing this API.
Examples
-
Sets the SnapLock retention time of a file:
PATCH "/api/storage/snaplock/file/000dc5fd-4175-11e9-b937-0050568e3f82/%2Ffile2.txt" '{"expiry_time": "2030-02-14T18:30:00+5:30"}'
-
Extends the retention time of a WORM file:
PATCH "/api/storage/snaplock/file/000dc5fd-4175-11e9-b937-0050568e3f82/%2Ffile2.txt" '{"expiry_time": "infinite"}'