Oracle GoldenGate · Schema

ConfigSummary

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
serviceType string
status string
host string
port integer
deploymentName string
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-configsummary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConfigSummary",
  "title": "ConfigSummary",
  "type": "object",
  "properties": {
    "serviceType": {
      "type": "string",
      "example": "example_value"
    },
    "status": {
      "type": "string",
      "example": "example_value"
    },
    "host": {
      "type": "string",
      "example": "example_value"
    },
    "port": {
      "type": "integer",
      "example": 10
    },
    "deploymentName": {
      "type": "string",
      "example": "example_value"
    }
  }
}