Oracle GoldenGate · JSON Structure

Oracle Goldengate Data Streams Rest Update Data Stream Request Structure

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

UpdateDataStreamRequest 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

description status target filters

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "UpdateDataStreamRequest",
  "type": "object",
  "properties": {
    "description": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "target": {
      "type": "object"
    },
    "filters": {
      "type": "array"
    }
  }
}