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

Forming the URL to Apply a Legal Hold

Forming the URL to Apply a Legal Hold

To apply a legal hold through the legal hold API, form a URL that includes the required parameters.
  1. Use the following format to form the URL:
    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>
  2. Replace the text in brackets with the appropriate parameter values.
  3. Use the following values to create the WHERE clause that identifies the records that you want to place on legal hold:
    • Brace
      or
      NOBrace
      to indicate the presence or absence of the left brace.
      Use the
      Brace
      or
      NOBrace
      signifiers to indicate whether or not the search criteria contains a bracket.
      For example, the following type of search criteria does not require brackets:
      First_Name EQ John and middle_name EQ rob OR last_name EQ smith
      However, you can also create search criteria that contains brackets. For example:
      (First_Name EQ John and middle_name EQ rob) OR last_name EQ smith
      .
      Or,
      First_Name EQ John and (middle_name EQ Rob OR last_name EQ smith)
      The URL requires the use of
      NOBrace
      if the search criteria does not contain brackets.
    • Table name and column name separate by a period. For example,
      CUSTOMERS.CUSTOMER_ID
      .
    • Operator
    • Column value or, if the operator is
      IS NULL
      or
      NOT NULL
      , use
      NOValue
      .
    • Brace
      or
      NOBrace
      to indicate the presence or absence of the right brace.
    • AND
      ,
      OR
      , or
      NOCondition
      for condition.
    Each criteria should be separated by four hash (#) symbols. Each value in a criteria should be separated by three hash (#) symbols.
  4. Form the URL.
    Replace the following in the WHERE clause:
    • Replace all hash (#) symbols with %23. For example, change
      ###EQ###
      to
      %23%23%23EQ%23%23%23
      .
    • Replace all left parentheses with %28.
    • Replace all left parentheses with %29.

0 COMMENTS

We’d like to hear from you!