Test Data Management
- Test Data Management 10.5.1
- All Products
GET 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>
|
Parameter
| Description
|
---|---|
filter
| Filters based on criteria.
|
sort
| Sorts based on criteria. You can enter more than one field name as criteria. By default, sorts in ascending order of criteria.
For example, to sort based on ID in descending order enter:
id:desc
|
start
| The start index of the list.
|
size
| The number of records that you want to return.
|
GET http://<host>:6605/api/public/tdm/v1/connections
[ { "id": "U:PzIe93AEEemxVfrGQn7kDw", "name": "AutoTarget", "connection_type": "Relational", "db_type": "ODBC", "description": "", "connection_properties": [ { "name": "code_page", "value": "UTF-8 encoding of Unicode", "comment": null }, { "name": "owner_domain", "value": "Domain_INVR28ILM192", "comment": null }, { "name": "password", "value": "*****", "comment": null }, { "name": "owner_username", "value": "Administrator", "comment": null }, { "name": "owner_namespace", "value": "Native", "comment": null }, { "name": "support_mixed_case_identifiers", "value": "false", "comment": null }, { "name": "odbc_provider", "value": "ms-sql-server", "comment": null }, { "name": "username", "value": "tdmadmin", "comment": null }, { "name": "passthrough_security_enabled", "value": "false", "comment": null }, { "name": "connection_retry_period", "value": "0", "comment": null }, { "name": "connection_string", "value": "TDMTRG", "comment": null }, { "name": "sql_identifier_character_to_use", "value": "4", "comment": null } ] }, { "id": "U:yoWFNWs0EemKJr_jtJSBjg", "name": "DB2ZOS_NATIVE_CONN", "connection_type": "Relational", "db_type": "DB2", "description": "", "connection_properties": [ { "name": "custom_driver_name", "value": "com.ibm.db2.jcc.DB2Driver", "comment": null }, { "name": "owner_domain", "value": "Domain_INVR28ILM192", "comment": null }, { "name": "owner_username", "value": "Administrator", "comment": null }, { "name": "jdbc_url", "value": "jdbc:db2://mhz890-2:5201/MHZ2DSNB", "comment": null }, { "name": "conn_prop_native_db2", "value": "zOS", "comment": null }, { "name": "use_kerberos_authentication", "value": "false", "comment": null }, { "name": "connection_string", "value": "dbname", "comment": null }, { "name": "code_page", "value": "UTF-8 encoding of Unicode", "comment": null }, { "name": "password", "value": "*****", "comment": null }, { "name": "owner_namespace", "value": "Native", "comment": null }, { "name": "username", "value": "mercury", "comment": null }, { "name": "passthrough_security_enabled", "value": "false", "comment": null }, { "name": "connection_retry_period", "value": "0", "comment": null }, { "name": "use_parameter_in_password", "value": "false", "comment": null } ] }, { "id": "U:b8UpDWz1EemKJr_jtJSBjg", "name": "ORACLE18CTRG", "connection_type": "Relational", "db_type": "Oracle", "description": "", "connection_properties": [ { "name": "parallel_mode", "value": "false", "comment": null }, { "name": "owner_domain", "value": "Domain_INVR28ILM192", "comment": null }, { "name": "owner_username", "value": "Administrator", "comment": null }, { "name": "jdbc_url", "value": "jdbc:informatica:oracle://inkr73dsg443:1521;SID=ORA18C", "comment": null }, { "name": "use_kerberos_authentication", "value": "false", "comment": null }, { "name": "connection_string", "value": "ORA18C", "comment": null }, { "name": "code_page", "value": "UTF-8 encoding of Unicode", "comment": null }, { "name": "password", "value": "*****", "comment": null }, { "name": "owner_namespace", "value": "Native", "comment": null }, { "name": "username", "value": "AA_TDM_TRG", "comment": null }, { "name": "passthrough_security_enabled", "value": "false", "comment": null }, { "name": "connection_retry_period", "value": "0", "comment": null }, { "name": "use_parameter_in_password", "value": "false", "comment": null } ] }, { "id": "U:2Q7WZWzWEemKJr_jtJSBjg", "name": "PROFILING", "connection_type": "Relational", "db_type": "Oracle", "description": "", "connection_properties": [ { "name": "code_page", "value": "UTF-8 encoding of Unicode", "comment": null }, { "name": "owner_domain", "value": "Domain_INVR28ILM192", "comment": null }, { "name": "password", "value": "*****", "comment": null }, { "name": "owner_username", "value": "Administrator", "comment": null }, { "name": "owner_namespace", "value": "Native", "comment": null }, { "name": "jdbc_url", "value": "jdbc:informatica:oracle://LOCALHOST:1521;SID=ORCL", "comment": null }, { "name": "username", "value": "PROFILING", "comment": null }, { "name": "connection_string", "value": "PROFILING", "comment": null } ] } ]