Oracle GoldenGate · Schema

CreateDistributionPathRequest

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
source string
target string
targetType string
ruleName string
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-rest-create-distribution-path-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateDistributionPathRequest",
  "type": "object",
  "properties": {
    "source": {
      "type": "string"
    },
    "target": {
      "type": "string"
    },
    "targetType": {
      "type": "string"
    },
    "ruleName": {
      "type": "string"
    }
  }
}