Oracle GoldenGate · Example Payload

Oracle Goldengate Getlog Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Getlog 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": "getLog",
  "method": "GET",
  "path": "/services/v2/logs/{log}",
  "summary": "Oracle Goldengate Retrieve a Log File",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getlog200Example",
      "example": {
        "name": "Example Title",
        "content": "example_value",
        "size": 10
      }
    }
  ]
}