Oracle GoldenGate · Example Payload

Oracle Goldengate Listreplicatreports Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Listreplicatreports 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": "listReplicatReports",
  "method": "GET",
  "path": "/services/v2/replicats/{replicat}/info/reports",
  "summary": "Oracle Goldengate List Replicat Reports",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listreplicatreports200Example",
      "example": {
        "reports": [
          {
            "name": "Example Title",
            "timestamp": "2026-01-15T10:30:00Z"
          }
        ]
      }
    }
  ]
}