Sample OpenText Configuration File
- Last UpdatedFeb 19, 2026
- 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",
"DeltaQueryParameters": {
"items-per-page": 250
},
"FolderQueryParameters": {
"items-per-page": 250
},
"DeltaMapping": {
"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}"
},
"Filtering": {
"FilteringItems": [
{
"Identifier": "identifier",
"Mapping": "entries[0].mimeType",
"Value": "text/plain"
}
],
"ValidationExpression": "{identifier}"
},
"IsMetadataToStore": true
},
"MetadataAIMContext": {
"context": "",
"ClassLibraryRegisterPath": {
"DocumentMetadataRegister": "Opentext/Documents",
"ScrapedFileRegister": "Opentext/Discovery"
}
},
"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
}
]
},
"PipelineRunnerSettings": {
"DownloadFiles": true
}
}