Oracle GoldenGate · JSON Structure

Oracle Goldengate Cloud Service Pipeline Structure

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

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

Properties

id displayName description compartmentId sourceConnectionDetailId targetConnectionDetailId lifecycleState timeCreated timeUpdated

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "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"
    }
  }
}