/legal_hold
v1 Endpoints
REST Endpoint |
Description |
GraphQL Query | CDM Availability |
---|---|---|---|
GET /legal_hold/object | Returns the object details for object with snapshots under legal hold. | query snappablesWithLegalHoldSnapshotsSummary | Available |
POST /legal_hold/object/{id}/dissolve | Dissolve a collection of snapshots of specified data source from Legal Hold. | mutation dissolveLegalHold | Restricted |
GET /legal_hold/snapshot | Get summary for snapshots under legal hold. If object_id is passed, return summary information only for snapshots of the object under legal hold else return summary for all snapshots under legal hold. | query legalHoldSnapshotsForSnappable | Available |
POST /legal_hold/snapshot | Places a snapshot on legal hold by specifying the hold requirements. | mutation createLegalHold | Restricted |