Oracle GoldenGate · JSON Structure

Oracle Goldengate Cloud Service Connection Structure

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

Connection 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 displayName description compartmentId connectionType technologyType lifecycleState timeCreated timeUpdated freeformTags

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Connection",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "compartmentId": {
      "type": "string"
    },
    "connectionType": {
      "type": "string"
    },
    "technologyType": {
      "type": "string"
    },
    "lifecycleState": {
      "type": "string"
    },
    "timeCreated": {
      "type": "string"
    },
    "timeUpdated": {
      "type": "string"
    },
    "freeformTags": {
      "type": "object"
    }
  }
}