Table of Contents

Search

  1. Preface
  2. Starting Data Archive
  3. System Configuration
  4. Database Users and Privileges
  5. Source Connections
  6. Target Connections
  7. Archive Store Configuration
  8. Datatype Mapping
  9. Database Optimization
  10. SAP Application Retirement
  11. z/OS Source Data Retirement
  12. Seamless Data Access
  13. Data Discovery Portal
  14. Security
  15. LDAP User Authentication
  16. Auditing
  17. Running Jobs from External Applications
  18. Upgrading Oracle History Data
  19. Upgrading PeopleSoft History Data
  20. Data Archive Maintenance
  21. Storage Classifications
  22. Appendix A: Datetime and Numeric Formatting
  23. Appendix B: Data Archive Connectivity

Administrator Guide

Administrator Guide

Apply Legal Hold URL Syntax

Apply Legal Hold URL Syntax

The URL that applies a legal hold has the following syntax:
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>
The parameters are included in brackets. When you formulate the URL, you insert values for all of the parameters and remove the brackets.
The following table describes the parameters to formulate the URL:
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.
The WHERE_CLAUSE parameter uses special formatting for conditions and operators. The following table describes the formatting for conditions and operators:
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###

0 COMMENTS

We’d like to hear from you!