Oracle GoldenGate · Example Payload

Oracle Goldengate Updatedatabaseregistration Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Updatedatabaseregistration 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": "updateDatabaseRegistration",
  "method": "PUT",
  "path": "/20200407/databaseRegistrations/{databaseRegistrationId}",
  "summary": "Oracle Goldengate Update a Database Registration",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "UpdatedatabaseregistrationRequestExample",
      "example": {
        "displayName": "example_value",
        "description": "A sample description.",
        "fqdn": "example_value",
        "username": "example_value",
        "password": "example_value",
        "connectionString": "example_value"
      }
    }
  ],
  "responseExamples": []
}