Oracle GoldenGate · Schema

ServiceSummary

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
name string
type string
status string
port integer
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-rest-service-summary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ServiceSummary",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "port": {
      "type": "integer"
    }
  }
}