Oracle GoldenGate · Example Payload

Oracle Goldengate Listextracttrails Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Listextracttrails 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": "listExtractTrails",
  "method": "GET",
  "path": "/services/v2/exttrails",
  "summary": "Oracle Goldengate List Deployment Extracts With Trail Files",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listextracttrails200Example",
      "example": {
        "extracts": [
          {
            "extractName": "example_value",
            "trail": "example_value",
            "trailPath": "example_value"
          }
        ]
      }
    }
  ]
}