Oracle GoldenGate · Example Payload

Oracle Goldengate Veridata Rest Create Connection Request Example

A sample description.

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

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

Top-level fields

namedescriptiondatabaseTypehostportserviceNameschemausernamepasswordagentHostagentPort

Example Payload

Raw ↑
{
  "name": "Example Title",
  "description": "A sample description.",
  "databaseType": "example_value",
  "host": "example_value",
  "port": 10,
  "serviceName": "example_value",
  "schema": "example_value",
  "username": "example_value",
  "password": "example_value",
  "agentHost": "example_value",
  "agentPort": 10
}