Oracle GoldenGate · Example Payload

Oracle Goldengate Exportpipeline Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Exportpipeline 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": "exportPipeline",
  "method": "GET",
  "path": "/services/v1/pipelines/{id}/export",
  "summary": "Oracle Goldengate Export a Pipeline",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Exportpipeline200Example",
      "example": {
        "pipeline": {
          "id": "abc123",
          "name": "Example Title",
          "description": "A sample description.",
          "status": "Draft",
          "createdBy": "example_value",
          "createdAt": "2026-01-15T10:30:00Z",
          "updatedAt": "2026-01-15T10:30:00Z",
          "sources": [
            {}
          ],
          "targets": [
            {}
          ],
          "stages": [
            {}
          ]
        },
        "connections": [
          {
            "name": "Example Title",
            "type": "example_value",
            "configuration": "example_value"
          }
        ],
        "references": [
          {
            "name": "Example Title",
            "type": "example_value"
          }
        ],
        "customJars": [
          {
            "name": "Example Title",
            "path": "example_value"
          }
        ]
      }
    }
  ]
}