Oracle GoldenGate · Schema

ComparisonReport

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
runId integer
jobName string
startTime string
endTime string
summary object
details array
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-veridata-rest-comparison-report-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ComparisonReport",
  "type": "object",
  "properties": {
    "runId": {
      "type": "integer"
    },
    "jobName": {
      "type": "string"
    },
    "startTime": {
      "type": "string"
    },
    "endTime": {
      "type": "string"
    },
    "summary": {
      "type": "object"
    },
    "details": {
      "type": "array"
    }
  }
}