Oracle GoldenGate · Schema

CreateConnectionRequest

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
type string
connectionString string
credentials object
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-rest-create-connection-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateConnectionRequest",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "connectionString": {
      "type": "string"
    },
    "credentials": {
      "type": "object"
    }
  }
}