Oracle GoldenGate · Example Payload

Oracle Goldengate Listextractreports Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Listextractreports 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": "listExtractReports",
  "method": "GET",
  "path": "/services/v2/extracts/{extract}/info/reports",
  "summary": "Oracle Goldengate List Extract Reports",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listextractreports200Example",
      "example": {
        "reports": [
          {
            "name": "Example Title",
            "timestamp": "2026-01-15T10:30:00Z"
          }
        ]
      }
    }
  ]
}