Oracle GoldenGate · Schema

DatabaseRegistrationSummary

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
id string
displayName string
databaseId string
lifecycleState string
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-cloud-service-database-registration-summary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DatabaseRegistrationSummary",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "databaseId": {
      "type": "string"
    },
    "lifecycleState": {
      "type": "string"
    }
  }
}