Oracle GoldenGate · Example Payload

Oracle Goldengate Getdatabasetables Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Getdatabasetables 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": "getDatabaseTables",
  "method": "GET",
  "path": "/services/v2/connections/{connection}/databases/{database}/{schema}",
  "summary": "Oracle Goldengate Retrieve Database Tables",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getdatabasetables200Example",
      "example": {
        "tables": [
          {
            "name": "Example Title",
            "owner": "example_value"
          }
        ]
      }
    }
  ]
}