Oracle GoldenGate · Schema

CreateConnectionAssignmentDetails

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
connectionId string
deploymentId string
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-createconnectionassignmentdetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateConnectionAssignmentDetails",
  "title": "CreateConnectionAssignmentDetails",
  "type": "object",
  "required": [
    "connectionId",
    "deploymentId"
  ],
  "properties": {
    "connectionId": {
      "type": "string",
      "example": "500123"
    },
    "deploymentId": {
      "type": "string",
      "example": "500123"
    }
  }
}