Informatica · Example Payload

Informatica Platform Rest Connection Create Request Example

A sample description.

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

Informatica Platform Rest Connection Create Request Example is an example object payload from Informatica, with 15 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

@typenamedescriptiontyperuntimeEnvironmentIdhostportdatabaseschemausernamepasswordauthenticationTypeserviceUrlcodepageconnParams

Example Payload

Raw ↑
{
  "@type": "example_value",
  "name": "Example Title",
  "description": "A sample description.",
  "type": "example_value",
  "runtimeEnvironmentId": "500123",
  "host": "example_value",
  "port": 10,
  "database": "example_value",
  "schema": "example_value",
  "username": "example_value",
  "password": "example_value",
  "authenticationType": "example_value",
  "serviceUrl": "https://www.example.com",
  "codepage": "example_value",
  "connParams": "example_value"
}