Oracle GoldenGate · Example Payload

Oracle Goldengate Updateextract Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

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