Oracle GoldenGate · Example Payload

Oracle Goldengate Getextract Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Getextract 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": "getExtract",
  "method": "GET",
  "path": "/services/v2/extracts/{extract}",
  "summary": "Oracle Goldengate Retrieve an Extract Process",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getextract200Example",
      "example": {
        "name": "Example Title",
        "type": "cdc",
        "status": "running",
        "trail": "example_value",
        "config": [
          "example_value"
        ]
      }
    }
  ]
}