Oracle GoldenGate · Schema

ProcessCommand

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
action string Command action to execute
options string Additional command options
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-rest-process-command-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ProcessCommand",
  "type": "object",
  "properties": {
    "action": {
      "type": "string",
      "description": "Command action to execute"
    },
    "options": {
      "type": "string",
      "description": "Additional command options"
    }
  }
}