Skip to main content
A newer release of this product is available.

Storage SnapLock litigations litigation.id operations endpoint overview

Contributors

Manages the legal-hold operations for the specified litigation ID.

Examples

  1. Adds a Legal-Hold.

 POST "/api/storage/snaplock/litigations/f8a67b60-4461-11e9-b327-0050568ebef5:l1/operations" '{"type" : "begin", "path" : "/a.txt"}'
  1. Removes a Legal-Hold.

 POST "/api/storage/snaplock/litigations/f8a67b60-4461-11e9-b327-0050568ebef5:l1/operations" '{"type" : "end", "path" : "/a.txt"}'