Oracle GoldenGate · JSON Structure

Oracle Goldengate Rest Create Service Request Structure

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

CreateServiceRequest is a JSON Structure definition published by Oracle GoldenGate, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

type port secure

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

JSON Structure

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