Test Data Management
- Test Data Management 10.5.1
- All Products
GET http(s)://<host>:<port>/api/public/tdm/v1/utilities/connection
Header
| Description
|
---|---|
accept
| Use the following value:
application/json
|
Authorization
| Required. Use the following value:
Basic <user name>
|
Parameter
| Description
|
---|---|
db_type
| Required. The database type. Select the required database from the list.
|
GET http://<host>:6605/api/public/tdm/v1/utilities/template/connection?db_type=Oracle
{ "id": null, "name": "TemplateOracle", "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": "", "comment": "mandatory" }, { "name": "connection_environment_sql", "value": null, "comment": "optional" }, { "name": "username", "value": "", "comment": "mandatory" }, { "name": "jdbc_url", "value": "jdbc:informatica:oracle://<hostname>:1521;SID=<sid>", "comment": "mandatory" }, { "name": "use_kerberos_authentication", "value": "false", "comment": "optional" }, { "name": "passthrough_security_enabled", "value": "false", "comment": "optional" }, { "name": "connection_string", "value": "dbname.world", "comment": "mandatory" }, { "name": "transaction_environment_sql", "value": null, "comment": "optional" }, { "name": "connection_retry_period", "value": "0", "comment": "optional" }, { "name": "use_parameter_in_password", "value": "false", "comment": "optional" } ] }