Oracle GoldenGate · Example Payload

Oracle Goldengate Getreplicatstats Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Getreplicatstats 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": "getReplicatStats",
  "method": "GET",
  "path": "/services/v2/mpoints/{item}/statisticsReplicat",
  "summary": "Oracle Goldengate Retrieve Replicat Statistics",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getreplicatstats200Example",
      "example": {
        "processName": "example_value",
        "totalOperations": 10,
        "inserts": 10,
        "updates": 10,
        "deletes": 10,
        "handlerStatistics": {
          "recordsWritten": 10,
          "bytesWritten": 10,
          "batchesProcessed": 10
        }
      }
    }
  ]
}