Configuration parameters for Reltio Connector for MuleSoft
Learn how to use the Reltio Connector for MuleSoft when you establish a connection with your tenant.
To use the Reltio Connector for MuleSoft, you must configure these parameters that the Mulesoft pipelines use to connect to the Reltio platform.
- Use the parameters listed in Table 1: Reltio Connector for MuleSoft Configuration Parameters.Note: By default, the General tab is selected and the parameters to configure the connector are displayed.
Table 1. Reltio Connector for MuleSoft configuration parameters Name Example Description Environment URL https://env.reltio.com Defines the Reltio Base URL. This is the URL prefix of your Tenant URL.
For example, if your tenant URL is
https://abc-01.reltio.com/ui/ddHXrrrotBeNhNO, your base URL ishttps://abc-01.reltio.com/reltio/api/.Tenant ID your.tenant.id Defines the unique ID of your Reltio tenant. The tenant ID can be obtained from your tenant URL.
For example, if your tenant URL is
https://abc-01.reltio.com/ui/ddHXrrrotBeNhNO, then your Tenant ID is:ddHXrrrotBeNhNO.Connection timeout 30000 The response wait time in milliseconds. If a response is not received within this time, the operation will be aborted with a TimeoutException. For example, a value of 30000 sets the timeout to 30 seconds. The default is 2 minutes (120000 milliseconds).Environment PROD Defines the Reltio OAuth environment: -
PROD - Production, default
-
STAGE - Staging
-
HF - Staging hotfix
Token retry count 3 Defines the number of token retries to get the token request. The default value is 2. Grant type CLIENT_CREDENTIALS Grant type for authentication. BASIC_AUTHis deprecated but remains the default for backward compatibility. UseCLIENT_CREDENTIALS.Client ID / Username john_snow Depends on the grant type of authentication: the Client ID for client credentials type and Username for basic auth (deprecated). Client secret / Password kingofnorth23 Depends on the grant type of authentication: the Client secret for client credentials grant type and Password for basic auth (deprecated). These parameters have been deprecated and may be ignored. Some may still be there for backward compatibility and will be removed in future releases:
-
Token URL
-
Client Key
-
Export Service URL
-
- In the Reltio Cloud Connector Config dialog box, select the Advanced tab.
- Use the Table 2: Advanced tab in Connector Configuration Parameters to list the available parameters.
Name Type Examples: Values Description Reconnection Strategy The values can be as follows: - None
- Forever
- Standard
Select the Reconnection Strategy as Forever or Standard. By default the value chosen will be None. Frequency (ms) Integer The frequency can be as follows: - 2000 ms or 2 seconds
- 5000 ms or 5 seconds
This parameter defines the frequency in milliseconds. For example, 2000 ms or 2 seconds. Reconnection attempts Integer When you select the Reconnection strategy as Standard, reconnection attempts display the number of attempts while reconnecting.