Oracle GoldenGate · Schema

ConnectionStatus

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
connectionId integer
status string
message string
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-veridata-rest-connection-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ConnectionStatus",
  "type": "object",
  "properties": {
    "connectionId": {
      "type": "integer"
    },
    "status": {
      "type": "string"
    },
    "message": {
      "type": "string"
    }
  }
}