OpenText CS source connector
The OpenText CS REST API is supported by all OpenText Content Server versions. Permissions are introduced in OpenText Content Server REST API v16.2 and higher. When exporting permissions (ACLs), make sure to use a version that meets the requirements.
Features
- Exporting content structure
- Exporting versions
- Exporting categories
- Exporting binaries
- Exporting permissions (ACLs)
For the following features, refer to the OpenText CS DB source connector instead:
- Other custom metadata than categories
- Relationships
The connector also supports connecting to OpenText Archive Server, which is a separate product from OpenText Content Server. Data such as binaries, versions, and metadata can be extracted from the Archive Server.
Settings
mongoConnection
The Mongo connection string including the database name to connect to.
origin
Specifies the origin of the document in the Content Store.
pageSize
Specifies the page size number that is used when paginating.
Example: 100
enableDownloadFiles
Enables downloading the binaries into the Content Store. Can either be true
or false
.
enableVersions
Enables extracting the versions. Can either be true
or false
.
enableCategories
Enables extracting the categories of nodes and their versions. Can either be true
or false
.
enableACLs
Enables extracting the permissions of nodes (groups and users). Can either be true
or false
.