Oracle GoldenGate · Schema

ProcessStatus

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
name string
status string
lag string Process lag in seconds
checkpoint string
since string
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-rest-process-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ProcessStatus",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "lag": {
      "type": "string",
      "description": "Process lag in seconds"
    },
    "checkpoint": {
      "type": "string"
    },
    "since": {
      "type": "string"
    }
  }
}