Oracle GoldenGate · Example Payload

Oracle Goldengate Getcollectorpath Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Getcollectorpath 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": "getCollectorPath",
  "method": "GET",
  "path": "/services/v2/targets/{path}",
  "summary": "Oracle Goldengate Retrieve a Collector Path",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getcollectorpath200Example",
      "example": {
        "name": "Example Title",
        "status": "running",
        "trail": "example_value",
        "port": 10
      }
    }
  ]
}