Oracle GoldenGate · Schema

CreatePipelineDetails

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
displayName string
description string
compartmentId string
sourceConnectionDetailId string
targetConnectionDetailId string
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-cloud-service-create-pipeline-details-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreatePipelineDetails",
  "type": "object",
  "properties": {
    "displayName": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "compartmentId": {
      "type": "string"
    },
    "sourceConnectionDetailId": {
      "type": "string"
    },
    "targetConnectionDetailId": {
      "type": "string"
    }
  }
}