Oracle GoldenGate · JSON Structure

Oracle Goldengate Stream Analytics Rest Pipeline Structure

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

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

Properties

id name description status createdBy createdAt updatedAt sources targets stages

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"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "createdBy": {
      "type": "string"
    },
    "createdAt": {
      "type": "string"
    },
    "updatedAt": {
      "type": "string"
    },
    "sources": {
      "type": "array"
    },
    "targets": {
      "type": "array"
    },
    "stages": {
      "type": "array"
    }
  }
}