Oracle GoldenGate · Example Payload

Oracle Goldengate Getdistributionpathstats Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Getdistributionpathstats 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": "getDistributionPathStats",
  "method": "GET",
  "path": "/services/v2/sources/{distpath}/stats",
  "summary": "Oracle Goldengate Retrieve Distribution Path Statistics",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getdistributionpathstats200Example",
      "example": {
        "name": "Example Title",
        "bytesProcessed": 10,
        "messagesProcessed": 10,
        "lag": "example_value"
      }
    }
  ]
}