Oracle GoldenGate · JSON Structure

Oracle Goldengate Cloud Service Deployment Summary Structure

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

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

Properties

id displayName compartmentId 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": "DeploymentSummary",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "compartmentId": {
      "type": "string"
    },
    "lifecycleState": {
      "type": "string"
    },
    "timeCreated": {
      "type": "string"
    },
    "timeUpdated": {
      "type": "string"
    }
  }
}