Oracle GoldenGate · JSON Structure

Oracle Goldengate Big Data Rest Create Extract Request Structure

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

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

Properties

type trail begin config

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CreateExtractRequest",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "trail": {
      "type": "string"
    },
    "begin": {
      "type": "string"
    },
    "config": {
      "type": "array"
    }
  }
}