Oracle GoldenGate · Example Payload

Oracle Goldengate Getrepairedrowdetails Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Getrepairedrowdetails 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": "getRepairedRowDetails",
  "method": "GET",
  "path": "/services/monitoring/repair/cps/{runId}",
  "summary": "Oracle Goldengate Retrieve Repaired Row Details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getrepairedrowdetails200Example",
      "example": {
        "runId": "500123",
        "rows": [
          {
            "table": "example_value",
            "repairType": "example_value",
            "status": "example_value",
            "keyValues": "example_value"
          }
        ]
      }
    }
  ]
}