Oracle GoldenGate · Example Payload

Oracle Goldengate Createdistributionpath Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Createdistributionpath 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": "createDistributionPath",
  "method": "POST",
  "path": "/services/v2/sources/{distpath}",
  "summary": "Oracle Goldengate Create a Distribution Path",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "CreatedistributionpathRequestExample",
      "example": {
        "source": "example_value",
        "target": "example_value"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "name": "Createdistributionpath201Example",
      "example": {
        "name": "Example Title",
        "status": "example_value",
        "source": "example_value",
        "target": "example_value"
      }
    }
  ]
}