Oracle GoldenGate · Schema

CollectorPath

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
name string
status string
trail string Target trail file
port integer
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-rest-collector-path-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CollectorPath",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "trail": {
      "type": "string",
      "description": "Target trail file"
    },
    "port": {
      "type": "integer"
    }
  }
}