Oracle GoldenGate · Schema

CreateServiceRequest

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
type string
port integer
secure boolean
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-rest-create-service-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateServiceRequest",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "port": {
      "type": "integer"
    },
    "secure": {
      "type": "boolean"
    }
  }
}