Oracle GoldenGate · Example Payload

Oracle Goldengate Listdatabaseregistrations Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Listdatabaseregistrations 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": "listDatabaseRegistrations",
  "method": "GET",
  "path": "/20200407/databaseRegistrations",
  "summary": "Oracle Goldengate List Database Registrations",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listdatabaseregistrations200Example",
      "example": {
        "items": [
          {
            "id": "abc123",
            "displayName": "example_value",
            "databaseId": "500123",
            "lifecycleState": "example_value"
          }
        ]
      }
    }
  ]
}