Oracle GoldenGate · Example Payload

Oracle Goldengate Createcollectorpath Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Createcollectorpath 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": "createCollectorPath",
  "method": "POST",
  "path": "/services/v2/targets/{path}",
  "summary": "Oracle Goldengate Create a Collector Path",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "CreatecollectorpathRequestExample",
      "example": {
        "trail": "example_value",
        "port": 10
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "name": "Createcollectorpath201Example",
      "example": {
        "name": "Example Title",
        "status": "running",
        "trail": "example_value",
        "port": 10
      }
    }
  ]
}