Oracle GoldenGate · Example Payload

Oracle Goldengate Getcomparepair Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Getcomparepair Example is an example object payload from Oracle GoldenGate, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getComparePair",
  "method": "GET",
  "path": "/services/configuration/cps/{Id}",
  "summary": "Oracle Goldengate Retrieve a Compare Pair",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getcomparepair200Example",
      "example": {
        "id": "abc123",
        "groupId": "500123",
        "sourceSchema": "example_value",
        "sourceTable": "example_value",
        "targetSchema": "example_value",
        "targetTable": "example_value",
        "profileId": "500123",
        "columnMappings": [
          {
            "sourceColumn": "example_value",
            "targetColumn": "example_value",
            "dataType": "example_value"
          }
        ]
      }
    }
  ]
}