Informatica · Schema
Informatica IICS Connection
Schema for an Informatica Intelligent Cloud Services (IICS) connection resource. Connections define the configuration required to access data sources and targets including databases, flat files, cloud applications, and SaaS services through the Platform REST API.
Address VerificationB2B GatewayCloud ServicesData GovernanceData IntegrationData ProfilingData QualityEnterprise SoftwareETLIDMCIICSMaster Data ManagementReference Data Management
Properties
| Name | Type | Description |
|---|---|---|
| @type | string | The resource type identifier for the IICS REST API. Always set to 'connection' for connection resources. |
| id | string | The unique identifier for the connection, assigned by the platform upon creation. |
| orgId | string | The organization ID that owns this connection. |
| name | string | The display name of the connection. Must be unique within the organization. Spaces in the name are encoded as %20 when used in URI paths. |
| description | string | A human-readable description of the connection and its purpose. |
| type | string | The connection type that determines which data source or target the connection accesses. Each type requires specific configuration properties. |
| createTime | string | The ISO 8601 timestamp when the connection was created. |
| updateTime | string | The ISO 8601 timestamp when the connection was last updated. |
| createdBy | string | The username of the user who created the connection. |
| updatedBy | string | The username of the user who last updated the connection. |
| agentId | string | The ID of the Secure Agent associated with the connection. The Secure Agent provides the runtime execution environment on-premises or in a private cloud. |
| runtimeEnvironmentId | string | The ID of the runtime environment associated with the connection. Determines where connection operations are executed. |
| host | string | The hostname or IP address of the data source server. Required for database and server-based connection types such as Oracle, MySQL, and SqlServer. |
| port | integer | The port number for the data source server. Required for database connections. |
| database | string | The database name, service name, or SID for the connection. The meaning varies by connection type: for Oracle this is the service name or SID, for MySQL and SqlServer this is the database name. |
| schema | string | The database schema name. Used to narrow the scope of accessible objects within the database. |
| username | string | The username for authenticating with the data source. |
| password | string | The password for authenticating with the data source. This value is write-only and is not returned in GET responses. |
| authenticationType | string | The authentication method used by the connection. Available values depend on the connection type. |
| serviceUrl | string | The service endpoint URL. Required for web service and cloud application connections such as Salesforce, WebServicesConsumer, and TOOLKIT connections. |
| codepage | string | The character encoding used for the connection. Determines how character data is read from and written to the source or target. |
| connParams | object | Additional connection parameters specific to the connection type. Contains configuration attributes that are not represented as top-level properties. The available parameters vary by connection type. |