Oracle GoldenGate · Example Payload

Oracle Goldengate Getheartbeattable Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Getheartbeattable 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": "getHeartbeatTable",
  "method": "GET",
  "path": "/services/v2/connections/{connection}/tables/heartbeat",
  "summary": "Oracle Goldengate Retrieve Heartbeat Table Configuration",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getheartbeattable200Example",
      "example": {
        "owner": "example_value",
        "table": "example_value",
        "retentionTime": 10,
        "frequency": 10,
        "purgeFrequency": 10
      }
    }
  ]
}