Oracle GoldenGate · Schema

CreateTaskRequest

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

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

JSON Schema

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