Oracle GoldenGate · JSON Structure

Oracle Goldengate Rest Service Health Details Structure

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

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

Properties

healthy services

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ServiceHealthDetails",
  "type": "object",
  "properties": {
    "healthy": {
      "type": "boolean"
    },
    "services": {
      "type": "array"
    }
  }
}