Oracle GoldenGate · Schema

CreateDeploymentRequest

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
oggHome string Oracle GoldenGate home directory path
description string
environmentVariables object
autoStart boolean Whether to automatically start the deployment
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-rest-create-deployment-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateDeploymentRequest",
  "type": "object",
  "properties": {
    "oggHome": {
      "type": "string",
      "description": "Oracle GoldenGate home directory path"
    },
    "description": {
      "type": "string"
    },
    "environmentVariables": {
      "type": "object"
    },
    "autoStart": {
      "type": "boolean",
      "description": "Whether to automatically start the deployment"
    }
  }
}