Oracle GoldenGate · Example Payload

Oracle Goldengate Getextractreport Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Getextractreport 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": "getExtractReport",
  "method": "GET",
  "path": "/services/v2/extracts/{extract}/info/reports/{report}",
  "summary": "Oracle Goldengate Retrieve a Specific Extract Report",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getextractreport200Example",
      "example": {
        "name": "Example Title",
        "content": "example_value"
      }
    }
  ]
}