Oracle GoldenGate · Schema

CreateGroupRequest

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
name string
description string
sourceConnectionId integer
targetConnectionId integer
profileId integer
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-veridata-rest-create-group-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateGroupRequest",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "sourceConnectionId": {
      "type": "integer"
    },
    "targetConnectionId": {
      "type": "integer"
    },
    "profileId": {
      "type": "integer"
    }
  }
}