Connection Property | Description |
---|---|
Runtime Environment | The name of the runtime environment where you want to run the tasks. |
User Name | User name to connect to the OData Consumer service. |
Password | Password associated with the user name. |
URL | URL for the OData Consumer service data source offered through the OData V4 protocol. The URL must not contain $metadata or the object name. Note: For information about the URL conventions, see http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part2-url-conventions.html |
Data Serialization Format | The format of data you want to transfer. You can choose one of the following options:
Default is ATOM/XML. |
Security Type | Security protocol that you can use to establish a secure connection with the OData Consumer server. Select SSL or TLS. Default is None. |
TrustStore File Name | Required if you select a security type. Name of the truststore file that contains the public certificate for the OData Consumer server. Default is infa_truststore.jks. |
TrustStore Password | Required if you select a security type. Password for the truststore file that contains the public certificate for the OData Consumer server. |
KeyStore File Name | Required if you select a security type. Name of the keystore file that contains the private key for the OData Consumer server. Default is infa_truststore.jks. |
KeyStore Password | Required if you select a security type. Password for the keystore file that contains the private key for the OData Consumer server. |