3.1 Basic Configuration Parameters
Note:
Unless specified, do not modify entries in the below table.
Table 3-1 Parameters in the Basic Configuration
| Parameter | Mandatory? | Description |
|---|---|---|
| authenticationType | Yes |
Enter the type of authentication used by your target system. For this connector, the target system uses custom authentication which is similar to client credentials but with UserName and Password. This is a mandatory attribute while creating an application. Do not modify the value of the parameter. Default value: custom |
| customAuthClassName | No |
Enter the name of the class implementing the custom authentication logic. Default value: |
| authenticationServerUrl | No |
Enter the URL of the authentication server that validates the UserName and Password for your target system. Default value: https://apigateway-poc.arconnet.com/authentication/api/Token/getToken |
| username | Yes |
Enter the username of the target system that you create for performing connector operations. Sample value: lUmsHktlhZKaAPjhCrVRz9hbSrBhEDO57MQpC9U= |
| password | Yes |
Enter the password of the target system user account that you create for connector operations. Sample value: o7axkq8DIxo9EbN8PcEOSC/JyvyyrehidmDt80m9Q= |
| acceptType | No |
Parameter which allows you to specify your preferred data format. Default value: application/json |
| host | Yes |
Enter the host name of the machine hosting your target system. This is a mandatory attribute while creating an application. Sample value: myhost.example.com |
| uriPlaceHolder | No |
Enter the key-value pair for replacing place holders in the relURIs. The URI place holder consists of values which are repeated in every relative URL. Values must be comma separated. For example, tenant ID and API version values are a part of every request URL. Therefore, we replace it with a key-value pair. Default value: api_version;v1 |
| Connector Server Name | No |
This field is blank. If you are using this connector with the Java Connector Server, then provide the name of Connector Server IT Resource here. |
| port |
Enter the port number at which the target system is listening. Sample value: 443 |
|
| proxyHost | No |
Enter the name of the proxy host used to connect to an external target. Sample value: www.example.com |
| proxy Password | No | Enter the password for the proxy user |
| proxy Port | No |
Enter the proxy port number. Sample value: 1105 |
| proxyUser | No | Enter the proxy username if you are using a proxy server to access the internet. |
| sslEnabled | No |
If the target system requires SSL connectivity, then set the value of this parameter to true. Otherwise set the value to false. Default value: True |