Oracle GoldenGate · Example Payload

Oracle Goldengate Rest Request Status Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

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

Top-level fields

idstatusstartTimeendTimeresult

Example Payload

Raw ↑
{
  "id": "abc123",
  "status": "example_value",
  "startTime": "example_value",
  "endTime": "example_value",
  "result": "example_value"
}