Oracle GoldenGate · Schema

UpdateDistributionPathRequest

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
source string
target string
status string
View JSON Schema on GitHub

JSON Schema

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