Oracle GoldenGate · JSON Structure

Oracle Goldengate Rest Create Collector Path Request Structure

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

CreateCollectorPathRequest 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

trail port

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CreateCollectorPathRequest",
  "type": "object",
  "properties": {
    "trail": {
      "type": "string"
    },
    "port": {
      "type": "integer"
    }
  }
}