Oracle GoldenGate · JSON Structure

Oracle Goldengate Rest Extract Structure

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

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

Properties

name type status description begin trail trailSize config registration credentials

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Extract",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "begin": {
      "type": "string"
    },
    "trail": {
      "type": "string"
    },
    "trailSize": {
      "type": "integer"
    },
    "config": {
      "type": "array"
    },
    "registration": {
      "type": "string"
    },
    "credentials": {
      "type": "object"
    }
  }
}