Oracle GoldenGate · Example Payload

Oracle Goldengate Rest Process Performance Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Rest Process Performance 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

processNamecpuUsagememoryUsagethreadCount

Example Payload

Raw ↑
{
  "processName": "example_value",
  "cpuUsage": 42.5,
  "memoryUsage": 10,
  "threadCount": 10
}