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-updatedistributionpathrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateDistributionPathRequest",
  "title": "UpdateDistributionPathRequest",
  "type": "object",
  "properties": {
    "source": {
      "type": "string",
      "example": "example_value"
    },
    "target": {
      "type": "string",
      "example": "example_value"
    },
    "status": {
      "type": "string",
      "example": "example_value"
    }
  }
}