Data Integration Connectors
- Data Integration Connectors
- All Products
POST <base URL>/api/v3/RuntimeEnvironment/<runtime environment ID>/ElasticConfig Content-Type: application/json Accept: application/json INFA-SESSION-ID: <SessionId> { "rteId": "rte-12345", "specification": { "agent": { "dataIntegrationServer": { "odbc": { "drivers": [ { "sourcePath": "/<path of driver in data disk>/DWsqls18.so" } ], "dsns": [ { "name": "ODBC_SQLServer", "entries": [ { "key": "Driver", "value": "DWsqls18.so" }, { "key": "Description", "value": "Test Connection" }, { "key": "HostName", "value": "<>" }, { "key": "PortNumber", "value": "1234" }, { "key": "Database", "value": "cloud_DB" }, { "key": "QuotedId", "value": "No" }, { "key": "AnsiNPW", "value": "Yes" } ] }