Oracle GoldenGate · Schema

CreateCollectorPathRequest

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
trail string
port integer
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-createcollectorpathrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateCollectorPathRequest",
  "title": "CreateCollectorPathRequest",
  "type": "object",
  "required": [
    "trail"
  ],
  "properties": {
    "trail": {
      "type": "string",
      "example": "example_value"
    },
    "port": {
      "type": "integer",
      "example": 10
    }
  }
}