Data Archive
- Data Archive 6.5
- All Products
Parameter
| Description
|
---|---|
definitionId
| File archive transaction restore API definition ID. Required.
After you create the definition in the user interface, you can obtain the definition ID by running the following command on the ILM repository database:
SELECT MAX(DEFN_ID) from AM_DEFN
|
whereClause
| Where clause to filter and restore the data. Required.
|
Username
| Data Archive username. Required.
|
Password
| Encrypted password returned by the encryptPassword.bat or encryptPassword.sh utility. Required when the property "informia.api.authentication" is enabled in the
conf.properties file. Use this parameter only when "informia.api.authentication" is enabled in the
conf.properties file. If "informia.api.authentication" is not enabled, you do not need to use this parameter in the URL. For more information, refer to the topic "API Authentication" in this chapter.
|
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###
|