Oracle GoldenGate · Example Payload

Oracle Goldengate Getcachestatistics Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Getcachestatistics 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": "getCacheStatistics",
  "method": "GET",
  "path": "/services/v2/mpoints/{item}/cacheStatistics",
  "summary": "Oracle Goldengate Retrieve Cache Manager Statistics",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getcachestatistics200Example",
      "example": {
        "processName": "example_value",
        "cacheSize": 10,
        "cacheUsed": 10,
        "cacheHitRatio": 42.5
      }
    }
  ]
}