Oracle GoldenGate · JSON Structure

Oracle Goldengate Rest Update Replicat Request Structure

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

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

Properties

description config credentials begin status

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

JSON Structure

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