Oracle GoldenGate · Schema

ValidateConnectionRequest

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
host string
port integer
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-veridata-rest-validate-connection-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ValidateConnectionRequest",
  "type": "object",
  "properties": {
    "host": {
      "type": "string"
    },
    "port": {
      "type": "integer"
    }
  }
}