Oracle GoldenGate · Schema

ProcessStatus

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
name string
status string
lag string
since string
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-big-data-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"
    },
    "since": {
      "type": "string"
    }
  }
}