Oracle GoldenGate · Example Payload

Oracle Goldengate Generatecolumnmappings Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Generatecolumnmappings 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": "generateColumnMappings",
  "method": "POST",
  "path": "/services/configuration/cps/{Id}/colmap",
  "summary": "Oracle Goldengate Generate Column Mapping Pairs",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Generatecolumnmappings200Example",
      "example": {
        "mappings": [
          {
            "sourceColumn": "example_value",
            "targetColumn": "example_value",
            "dataType": "example_value"
          }
        ]
      }
    }
  ]
}