Oracle GoldenGate · Schema

CreateConnectionDetails

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
displayName string
description string
compartmentId string
connectionType string
technologyType string
freeformTags object
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-createconnectiondetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateConnectionDetails",
  "title": "CreateConnectionDetails",
  "type": "object",
  "required": [
    "displayName",
    "compartmentId",
    "connectionType",
    "technologyType"
  ],
  "properties": {
    "displayName": {
      "type": "string",
      "example": "example_value"
    },
    "description": {
      "type": "string",
      "example": "A sample description."
    },
    "compartmentId": {
      "type": "string",
      "example": "500123"
    },
    "connectionType": {
      "type": "string",
      "example": "example_value"
    },
    "technologyType": {
      "type": "string",
      "example": "example_value"
    },
    "freeformTags": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      },
      "example": "example_value"
    }
  }
}