Oracle GoldenGate · JSON Structure

Oracle Goldengate Cloud Service Create Pipeline Details Structure

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

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

Properties

displayName description compartmentId sourceConnectionDetailId targetConnectionDetailId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CreatePipelineDetails",
  "type": "object",
  "properties": {
    "displayName": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "compartmentId": {
      "type": "string"
    },
    "sourceConnectionDetailId": {
      "type": "string"
    },
    "targetConnectionDetailId": {
      "type": "string"
    }
  }
}