Oracle GoldenGate · Example Payload

Oracle Goldengate Getrepairstatistics Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Getrepairstatistics 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": "getRepairStatistics",
  "method": "GET",
  "path": "/services/monitoring/repair/jobs",
  "summary": "Oracle Goldengate Retrieve Repair Statistics",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getrepairstatistics200Example",
      "example": {
        "statistics": [
          {
            "runId": "500123",
            "status": "example_value",
            "rowsRepaired": 10,
            "rowsFailed": 10
          }
        ]
      }
    }
  ]
}