Oracle GoldenGate · JSON Structure

Oracle Goldengate Cloud Service Connection Summary Structure

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

ConnectionSummary 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

id displayName connectionType lifecycleState timeCreated

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

JSON Structure

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