Oracle GoldenGate · Example Payload

Oracle Goldengate Getdistributionpath Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Getdistributionpath 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": "getDistributionPath",
  "method": "GET",
  "path": "/services/v2/sources/{distpath}",
  "summary": "Oracle Goldengate Retrieve a Distribution Path",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getdistributionpath200Example",
      "example": {
        "name": "Example Title",
        "status": "example_value",
        "source": "example_value",
        "target": "example_value"
      }
    }
  ]
}