Oracle GoldenGate · Example Payload

Oracle Goldengate Getdatabasenames Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Getdatabasenames 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": "getDatabaseNames",
  "method": "GET",
  "path": "/services/v2/connections/{connection}/databases",
  "summary": "Oracle Goldengate Retrieve Database Names",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getdatabasenames200Example",
      "example": {
        "databases": [
          "example_value"
        ]
      }
    }
  ]
}