Oracle GoldenGate · Example Payload

Oracle Goldengate Createheartbeattable Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Createheartbeattable 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": "createHeartbeatTable",
  "method": "POST",
  "path": "/services/v2/connections/{connection}/tables/heartbeat",
  "summary": "Oracle Goldengate Create Heartbeat Table",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "CreateheartbeattableRequestExample",
      "example": {
        "owner": "example_value",
        "retentionTime": 10,
        "frequency": 10,
        "purgeFrequency": 10
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "name": "Createheartbeattable201Example",
      "example": {
        "owner": "example_value",
        "table": "example_value",
        "retentionTime": 10,
        "frequency": 10,
        "purgeFrequency": 10
      }
    }
  ]
}