Oracle GoldenGate · Schema

Pipeline

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
id string
displayName string
description string
compartmentId string
sourceConnectionDetailId string
targetConnectionDetailId string
lifecycleState string
timeCreated string
timeUpdated string
View JSON Schema on GitHub

JSON Schema

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