Oracle GoldenGate · JSON Structure

Oracle Goldengate Veridata Rest Group Structure

Type: object Properties: 7
CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Group is a JSON Structure definition published by Oracle GoldenGate, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id name description sourceConnectionId targetConnectionId profileId comparePairCount

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Group",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "sourceConnectionId": {
      "type": "integer"
    },
    "targetConnectionId": {
      "type": "integer"
    },
    "profileId": {
      "type": "integer"
    },
    "comparePairCount": {
      "type": "integer"
    }
  }
}