Connection property | Description |
---|---|
Connection Name | Name of the REST API connection. Enter a unique name for the connection. |
Description | Description of the connection. The description cannot exceed 765 characters. |
Type | Type of connection. Select REST (Informatica Cloud Labs) from the list |
Runtime Environment | The name of the runtime environment where you want to run the tasks. Do not use the Hosted Agent. |
Sample Response XML or JSON File Path | Provide the path of the xml or JSON response file.
|
Response Folder Path | Provide the path on Secure Agent machine where you want to generate the response file. |
Connection property | Description |
---|---|
Base URL | Endpoint URL of REST API to which you want to make calls. Do not specify the query parameters with the Base URL. |
Is BaseURL Dynamic | Select if you want to make multiple calls and the Base URL for each call is different. If the Base URL is dynamic, the Secure Agent uses the base URLs specified in the Parameter Configuration file. In the Parameter Configuration file, you must add Dynamic_BaseUrl column and provide the URL for each request as the values. |
Url Request Parameters | Specify the URL request parameters separated by semicolon (;) based on Endpoint URL you provide in the Base URL parameter. For example: An invoice report API might require the following parameters: apiversion=5.3;passkey=tro5yhjgtyfdsay9jbjojc;sort=rating:desc;limit=7;include=products; The parameter and the value are separated by an equal sign (=). |
Media Type | Select the required media type from the list.
|
Request Type | Select the required Request Type from the list.
|
Url Input Parameters Config File Name | Optional. Specify the path and name of the configuration file. When the file is created for the first time, it contains the values that are provided in the Url Request Parameters field. Later, you can add different values for different records in the configuration file. |
Connection property | Description |
---|---|
Form Request Parameters | Specify the Form request parameters separated by semicolon (;) based on Endpoint URL you provide in the Base URL parameter. For example: A login API requires the user name and password parameters. username=peter@foobar.com;password=foobar1 The parameter and the value are separated by an equal sign (=). |
Form Input Parameters Config File Name | Optional. Specify the path and name of the configuration file. When the file is created for the first time, it contains the values that are provided in the Form Request Parameters field. Later, you can add different values for different records in the configuration file. |
Connection property | Description |
---|---|
Header Request Parameters | Specify the header request parameters separated by semicolon (;) based on Endpoint URL you provide in the Base URL parameter. For example: An invoice report API might require the following parameters: X-SAMPLE-API-KEY=24d21ab51e9d40b7cd6f765a7fb42aaebe60e2ba8;ACCEPT=application/xml The parameter and the value are separated by an equal sign (=). |
Header Input Parameters Config File Name | Optional. Specify the path and name of the configuration file. When the file is created for the first time, it contains the values that are provided in the Header Request Parameters field. Later, you can add different values for different records in the configuration file. |