Oracle GoldenGate · JSON Structure

Oracle Goldengate Cloud Service Deployment Backup Structure

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

DeploymentBackup 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 deploymentId displayName compartmentId lifecycleState sizeInBytes backupType oggVersion timeCreated

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DeploymentBackup",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "deploymentId": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "compartmentId": {
      "type": "string"
    },
    "lifecycleState": {
      "type": "string"
    },
    "sizeInBytes": {
      "type": "integer"
    },
    "backupType": {
      "type": "string"
    },
    "oggVersion": {
      "type": "string"
    },
    "timeCreated": {
      "type": "string"
    }
  }
}