Oracle GoldenGate · Schema

Task

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
name string
status string
description string
schedule object
action object
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-rest-task-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Task",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "schedule": {
      "type": "object"
    },
    "action": {
      "type": "object"
    }
  }
}