Oracle GoldenGate · JSON Structure

Oracle Goldengate Rest Process Status Structure

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

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

Properties

name status lag checkpoint since

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ProcessStatus",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "lag": {
      "type": "string"
    },
    "checkpoint": {
      "type": "string"
    },
    "since": {
      "type": "string"
    }
  }
}