Administrator
- Administrator
- All Products
Connection property
| Description
|
---|---|
Connection Name
| Name of the connection.
Each connection name must be unique within the organization. Connection names can contain alphanumeric characters, spaces, and the following special characters: _ . + -,
Maximum length is 255 characters.
|
Description
| Description of the connection. Maximum length is 4000 characters.
|
Type
| The REST V2 connection type.
|
Runtime Environment
| Name of the runtime environment where you want to run the tasks.
Specify a Secure Agent, Hosted Agent, or serverless runtime environment.
You cannot run a streaming ingestion task on a Hosted Agent or serverless runtime environment.
|
Authentication
| The authentication method that the REST V2 Connector must use to connect to the REST endpoint.
Select
API Key .
|
Key
| The unique API key that REST V2 Connector uses to authenticate the API calls made to the REST endpoint.
|
Value
| The value corresponding to the API key that is required to make the API calls.
|
Add API Key to
| Determines if the API key and its corresponding value must be sent as a request header or a query parameter for the REST V2 Connector to make API calls to the REST endpoint.
Select one of the following options:
|
Swagger File Path
| The path of the Swagger file or OpenAPI file.
You can specify one of the following file paths:
The hosted URL must return the content of the file without prompting for further authentication and redirection.
For example, the path of the swagger file can be:
C:\swagger\sampleSwagger.json The user must have the read permission for the folder and the file.
In a
streaming ingestion task, use only a hosted URL of the swagger specification file as the swagger file path.
|
TrustStore File Path
| The absolute path of the truststore file that contains the TLS certificate to establish a one-way or two-way secure connection with the REST API. Specify a directory path that is available on each Secure Agent machine.
You can also configure the truststore file name and password as a JVM option or import the certificate to the following directory:
<Secure Agent installation directory\jre\lib\security\cacerts .
For the serverless runtime environment, specify the truststore file path in the serverless agent directory.
For example,
/home/cldagnt/SystemAgent/serverless/configurations/ssl_store/<cert_name>.jks |
TrustStore Password
| The password for the truststore file that contains the SSL certificate.
You can also configure the truststore password as a JVM option.
|
KeyStore File Path
| The absolute path of the keystore file that contains the keys and certificates required to establish a two-way secure communication with the REST API. Specify a directory path that is available on each Secure Agent machine.
You can also configure the keystore file name and location as a JVM option or import the certificate to any directory.
For the serverless runtime environment, specify the keystore file path in the serverless agent directory.
For example,
/home/cldagnt/SystemAgent/serverless/configurations/ssl_store/<cert_name>.jks |
KeyStore Password
| The password for the keystore file required for secure communication.
You can also configure the keystore password as a JVM option.
|
Proxy Type
| Type of proxy. You can select one of the following options:
|
Proxy Configuration
| The format required to configure proxy.
<host>:<port> You cannot configure an authenticated proxy server.
|
Advanced Fields
| The arguments that the agent uses when connecting to a REST endpoint.
You can specify the following arguments, each separated by a semicolon ( ; ):
For example,
connectiondelaytime:10000;retryattempts:5 In a
streaming ingestion task, only
ConnectionTimeout and
retryattempts are applicable.
|