Informatica · Example Payload

Informatica Platform Rest Connection Example

A sample description.

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

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

Top-level fields

@typeidorgIdnamedescriptiontypecreateTimeupdateTimecreatedByupdatedByagentIdruntimeEnvironmentIdhostportdatabaseschemausernamepasswordauthenticationTypeserviceUrlcodepageconnParams

Example Payload

Raw ↑
{
  "@type": "example_value",
  "id": "abc123",
  "orgId": "500123",
  "name": "Example Title",
  "description": "A sample description.",
  "type": "example_value",
  "createTime": "example_value",
  "updateTime": "example_value",
  "createdBy": "example_value",
  "updatedBy": "example_value",
  "agentId": "500123",
  "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"
}