REST API Reference

REST API Reference

Connection Template

Connection Template

The utilities/template/connection request returns a template of properties that you enter to create a specific type of connection.

Resource URL

/tdm/v1/utilities/template/connection

HTTP Request

GET http(s)://
<host>
:
<port>
/api/public/tdm/v1/utilities/connection

Request Header

The request header includes the following headers:
Header
Description
accept
Use the following value:
application/json
Authorization
Required. Use the following value:
Basic <user name>

Request Path Parameters

The request includes the following path parameter:
Parameter
Description
db_type
Required. The database type. Select the required database from the list.

Sample Request

GET http://<host>:6605/api/public/tdm/v1/utilities/template/connection?db_type=Oracle

Sample Response

{ "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" } ] }

0 COMMENTS

We’d like to hear from you!