Oracle GoldenGate · Schema

TaskSummary

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

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

JSON Schema

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