Sample OpenText Configuration File
- Last UpdatedOct 09, 2025
- 1 minute read
The following is a sample .json file targeted at configuring an OpenText DMS connection:
{
"Authentication": {
"Oauth2AuthenticationDetails": {
"AuthorizeApi": "",
"BasicLogin": {
"username": "",
"password": ""
}
}
},
"DmsConfiguration": {
"DMSBaseUrl": "https://na-1-dev.api.opentext.com",
"RootFolder": "db0720c6-5cea-4b63-be2b-6c0d0803dc76",
"DeltaEndpoint": "cms/instances/folder/cms_folder/{FolderId}/items",
"BlobIdEndpoint": "/cms/instances/file/cms_file/{Id}/contents",
"DeltaQueryParameters": {
"filter": "update_time gt '%DeltaDate%' and type eq 'cms_file'",
"include-total": true,
"items-per-page": 250
},
"FolderQueryParameters": {
"filter": "type eq 'cms_folder'",
"include-total": true,
"items-per-page": 250
},
"DeltaPaging": {
"IsWithRecursivity": true
},
"MetadataMapping": {
"title": "{entries[0].fileName}",
"filename": "{entries[0].fileName}",
"filesize": "{entries[0].size}"
},
"MetadataFromDelta": "false",
"DeltaMapping": {
"id": "{Id}",
"DocumentDownloadLink": "https://css.na-1-dev.api.opentext.com/v2/content/{blob_id}/download",
"MetadataDownloadLink": "https://css.na-1-dev.api.opentext.com/v2/content/{blob_id}"
},
"IsMetadataToStore": "true",
"DateTimeFormat": "yyyy-MM-ddTHH:mm:ssZ"
},
"MetadataAIMContext": {
"context": "",
"ClassLibraryRegisterPath": {
"DocumentMetadataRegister": "Opentext/Documents",
"ScrapedFileRegister": "Opentext/Discovery"
},
"FileTimeStampFormat": "yyyyMMdd-HHmmss",
"FileNamePrefix": "opentext",
"FileNameSuffixForDelta": {
"Suffix": "docrevs",
"Extension": "json"
}
},
"AIMIngestion": {
"BaseUrl": "https://ingestionapi-atest.dev-av.capdev-connect.aveva.com",
"AssetId": "windfarm Holland",
"ProcessingUnit": [
{
"ExtensionType": "DWG|DXF",
"Unit": "AC2D",
"publishOriginal": false,
"publishRendition": true,
"publishReference": true
},
{
"ExtensionType": "DGN",
"Unit": "MS2D",
"publishOriginal": false,
"publishRendition": true,
"publishReference": true
},
{
"ExtensionType": "PDF|DOC|DOCX|XLS|XLSX|JSON|HTML|XML|TXT|SVG|CSV|TSV|PPT|PPTX",
"Unit": "DE",
"publishOriginal": true,
"publishRendition": false,
"publishReference": true
},
{
"ExtensionType": "RVM|ZGL",
"Unit": "Model"
},
{
"ExtensionType": "RTF|POT|PPS|POTX|PPSX|VSD|VSDX|VDX|ODT|OTT|FODT|ODS|OTS|FODS|ODP|OTP|FODP|ODF|ODG|OTG|FODG|DWF|XHTML|XHTM|MSG|EML|DCM|DICOM|DCIM|DICM|TIF|TIFF|JPG|JPEG|JP2|JPC|GIF|PNG|PSD|PSB|BMP|DIB|PCT|PIC|PICT|WMF|EMF|PCX|DCX|RAS|PCD|TGA|TPIC|CAL|CALS|ICO|CUR|NCR|XWD|SGI|WBMP|SCT|WPG|XBM|PBM|PGM|PPM|IMG|CUT|DOT|DOTX|XLT|XLTM|HTM|XLTS|ETF|XLSM",
"Unit": "Original",
"publishOriginal": true,
"publishRendition": false,
"publishReference": false
}
]
},
"HttpSettings": {
"DmsTimeout": 2
},
"PipelineRunnerSettings": {
"DownloadFiles": true
}
}