Oracle GoldenGate · Example Payload

Oracle Goldengate Rest Cache Statistics Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Rest Cache Statistics Example is an example object payload from Oracle GoldenGate, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

processNamecacheSizecacheUsedcacheHitRatio

Example Payload

Raw ↑
{
  "processName": "example_value",
  "cacheSize": 10,
  "cacheUsed": 10,
  "cacheHitRatio": 42.5
}