Data Archive
- Data Archive 6.5 HotFix 1
- All Products
http://<Data Archive Host>:<Data Archive Port>/manageLegalHoldAPI.htm?action=manageLegalHold&ENTITY_ID=<Entity ID>&EVENT_TYPE=ADD_LEGAL_HOLD&COMMENTS=<Comments>&WHERE_CLAUSE=<WHERE Clause>&TARGET_REP_ID=<Target Repository ID>&LEGAL_HOLD_GROUP=<Legal Hold Group>&USER_NAME=<User Name>
Parameter
| Description
|
---|---|
Host
| Name of the Data Archive host.
|
Port
| Name of the Data Archive port.
|
ENTITY_ID
| Entity that contains the records that you want to put on legal hold.
|
COMMENTS
| Comments that you can use for audit purposes. For example, enter why you are creating the legal hold. Optional.
|
WHERE_CLAUSE
| Clause that identifies the records that you want to put on legal hold.
|
TARGET_REP_ID
| ID of the Data Vault target repository that contains the records that you want to put on legal hold.
|
LEGAL_HOLD_GROUP
| Name of the legal hold group.
|
USER_NAME
| Data Archive user name or user ID.
|
Condition or Operator
| WHERE_CLAUSE Format
|
---|---|
>=
| ###GTEQ###
|
<=
| ###LTEQ###
|
=
| ###EQ###
|
<>
| ###NEQ###
|
>
| ###GT###
|
<
| ###LT###
|
In
| ###IN###
|
Not In
| ###NOT_IN###
|
Is Null
| ###IS_NULL###
|
Is Not Null
| ###NOT_NULL###
|
Like
| ###LIKE###
|
Like (Starts with)
| ###STARTS_WITH###
|
Like (Ends with)
| ###ENDS_WITH###
|
Like (Contains)
| ###CONTAINS###
|
Not Like (Does not start with)
| ###NOT_START_WITH###
|
Not Like (Does not end with)
| ###NOT_END_WITH###
|
Not Like (Does not contain)
| ###NOT_CONTAIN###
|