Informatica · Schema

ConnectionCreateRequest

Request body for creating a new connection.

Address VerificationB2B GatewayCloud ServicesData GovernanceData IntegrationData ProfilingData QualityEnterprise SoftwareETLIDMCIICSMaster Data ManagementReference Data Management

Properties

Name Type Description
@type string The resource type identifier. Must be set to "connection".
name string The name for the new connection.
description string A description of the connection.
type string The connection type.
runtimeEnvironmentId string The runtime environment ID for the connection.
host string The hostname or IP address.
port integer The port number.
database string The database name or service name.
schema string The database schema.
username string The username for authentication.
password string The password for authentication.
authenticationType string The authentication method.
serviceUrl string The service endpoint URL.
codepage string The character encoding.
connParams object Additional connection-type-specific parameters.
View JSON Schema on GitHub