Oracle GoldenGate · JSON Structure

Oracle Goldengate Veridata Rest Create Connection Request Structure

Type: object Properties: 11
CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

CreateConnectionRequest is a JSON Structure definition published by Oracle GoldenGate, describing 11 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

name description databaseType host port serviceName schema username password agentHost agentPort

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CreateConnectionRequest",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "databaseType": {
      "type": "string"
    },
    "host": {
      "type": "string"
    },
    "port": {
      "type": "integer"
    },
    "serviceName": {
      "type": "string"
    },
    "schema": {
      "type": "string"
    },
    "username": {
      "type": "string"
    },
    "password": {
      "type": "string"
    },
    "agentHost": {
      "type": "string"
    },
    "agentPort": {
      "type": "integer"
    }
  }
}