Parameter | Expected value |
|---|---|
name | Specifies the display name for the connection. |
code | Defines the unique identifier of the connection on the Zeenea platform. Once registered on the platform, this code must not be modified or the connection will be considered as new and the old one removed from the scanner. |
connector_id | The type of connector to be used for the connection. The value must be tibco-spotfire-v2 and must not be modified. |
enabled | A boolean value to enable or disable the connection (true or false). The default value is true. |
catalog_code | Defines the catalog code associated with the connection (default when empty). |
alias | The list of aliases used by other connectors to generate lineage link. For example, ["localhost:1234/db","https://some-url.org"] |
secret_manager.enabled | A boolean value defines secret manager for the connection. This configuration works only with Scanner 73 or later and requires a functional secret manager configured in the scanner configuration file. The default value is true. |
secret_manager.key | Specifies the name of the secret. |
connection.strategy | Defines the Spotfire connector strategy. - webservice: SOAP integration mode - database: JDBC integration mode The default value is webservice |
connection.url | For webservice strategy: - Server address (for example: https://spotfire.prod.client.ec2) For database strategy: - Database JDBC URL (for example: jdbc:postgresql://server:5432/spotfire_server) |
connection.oauth.client_id | Applicable only for the webservice strategy. Specifies the OAuth2 client ID. |
connection.oauth.client_secret | Applicable only for the webservice strategy. Specifies the OAuth2 client secret. |
connection.auth_with_session | Applicable only for the webservice strategy. (Optional) The default value is false. Set to true to use the user session to download the DXP file. |
connection.username | For webservice strategy: - (Optional) Session user name to download the DXP file. For database strategy: - JDBC user name. |
connection.password | For webservice strategy: - (Optional) Session user password to download the DXP file. For database strategy: - JDBC user password. |
connection.jdbc_driver_name | Applicable only for the database strategy. JDBC driver name (for example: org.postgresql.Driver) |
tls.truststore.path | Specifies the TLS trust store file path. This file must be provided in case TLS encryption is activated (protocol https) and when certificates of Spotfire servers are delivered by a specific authority. It must contain the certification chain. |
tls.truststore.password | Provides the password of the trust store file. |
tls.truststore.type | Defines the type of the trust store file (PKCS12 or JKS). The default value is discovered from the file extension. |
tls.bypass_certificate_validation | Bypasses certificate validation. The default value is false (recommended to keep false). |
proxy.scheme | Defines the proxy protocol (http or https). |
proxy.hostname | Specifies the proxy address. |
proxy.port | Sets the proxy port. |
proxy.username | Provides the proxy username. |
proxy.password | Provides the proxy account password. |
cache.enabled | Enables cache usage. The default value is false. |
cache.path | (Optional) Defines a custom cache disk storage path. The default value is the scanner cache folder. |
Source System | Possible value of alias parameter to be assigned in the source system configuration file |
|---|---|
host:port/db | |
IP |
Object | Identification Key | Description |
|---|---|---|
Visualization | code/visualization/path/analysis name | - code: Unique identifier of the connection noted in the configuration file - path: Spotfire path to the analysis - analysis name |
Dataset | code/dataset/path/analysis name/dataset name | - code: Unique identifier of the connection noted in the configuration file - path: Spotfire path to the analysis - analysis name - dataset name |
Field | code/dataset/path/analysis name/dataset name/field name | - code: Unique identifier of the connection noted in the configuration file - path: Spotfire path to the analysis - analysis name - dataset name - field name |