Oracle GoldenGate · JSON Structure

Oracle Goldengate Veridata Rest Repair Report Structure

Type: object Properties: 6
CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

RepairReport is a JSON Structure definition published by Oracle GoldenGate, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

runId startTime endTime totalRows repairedRows failedRows

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "RepairReport",
  "type": "object",
  "properties": {
    "runId": {
      "type": "integer"
    },
    "startTime": {
      "type": "string"
    },
    "endTime": {
      "type": "string"
    },
    "totalRows": {
      "type": "integer"
    },
    "repairedRows": {
      "type": "integer"
    },
    "failedRows": {
      "type": "integer"
    }
  }
}