Test Data Management
- Test Data Management 10.5.1
- All Products
POST http(s)://<host>:<port>/api/public/tdm/v1/connections
Header
| Description
|
---|---|
accept
| Use the following value:
application/json
|
Authorization
| Required. Use the following value:
Basic <user name>
|
POST http://<host>:6605/api/public/tdm/v1/connections
{ "id": null, "name": "Oracle_Connection1", "connection_type": null, "db_type": "Oracle", "description": null, "connection_properties": [ { "name": "parallel_mode", "value": "false", "comment": "optional" }, { "name": "code_page", "value": "7-bit ASCII", "comment": "optional" }, { "name": "password", "value": "tiger", "comment": "mandatory" }, { "name": "connection_environment_sql", "value": null, "comment": "optional" }, { "name": "username", "value": "scott", "comment": "mandatory" }, { "name": "jdbc_url", "value": "jdbc:informatica:oracle://localhost:1521;SID=ora11g", "comment": "mandatory" }, { "name": "passthrough_security_enabled", "value": "false", "comment": "optional" }, { "name": "use_kerberos_authentication", "value": "false", "comment": "optional" }, { "name": "connection_string", "value": "orcl", "comment": "mandatory" }, { "name": "connection_retry_period", "value": "0", "comment": "optional" }, { "name": "transaction_environment_sql", "value": null, "comment": "optional" }, { "name": "use_parameter_in_password", "value": "false", "comment": "optional" } ] }
{ "id": "U:Nk_7i1T2EemkGmGSivLASA", "name": "Oracle_Connection1", "connection_type": "Relational", "db_type": "Oracle", "description": null, "connection_properties": [ { "name": "parallel_mode", "value": "false", "comment": null }, { "name": "owner_domain", "value": "Domain", "comment": null }, { "name": "owner_username", "value": "Administrator", "comment": null }, { "name": "connection_environment_sql", "value": "", "comment": null }, { "name": "jdbc_url", "value": "jdbc:informatica:oracle://localhost:1521;SID=ora11g", "comment": null }, { "name": "use_kerberos_authentication", "value": "false", "comment": null }, { "name": "connection_string", "value": "orcl", "comment": null }, { "name": "code_page", "value": "7-bit ASCII", "comment": null }, { "name": "password", "value": "tiger", "comment": null }, { "name": "owner_namespace", "value": "Native", "comment": null }, { "name": "username", "value": "scott", "comment": null }, { "name": "passthrough_security_enabled", "value": "false", "comment": null }, { "name": "connection_retry_period", "value": "0", "comment": null }, { "name": "transaction_environment_sql", "value": "", "comment": null }, { "name": "use_parameter_in_password", "value": "false", "comment": null } ] }