Oracle GoldenGate · JSON Structure

Oracle Goldengate Rest Process Metrics Structure

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

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

Properties

name type status lag checkpointLag inputBytes outputBytes operationsProcessed

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ProcessMetrics",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "lag": {
      "type": "number"
    },
    "checkpointLag": {
      "type": "number"
    },
    "inputBytes": {
      "type": "integer"
    },
    "outputBytes": {
      "type": "integer"
    },
    "operationsProcessed": {
      "type": "integer"
    }
  }
}