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-databaseregistrationsummary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DatabaseRegistrationSummary",
  "title": "DatabaseRegistrationSummary",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "abc123"
    },
    "displayName": {
      "type": "string",
      "example": "example_value"
    },
    "databaseId": {
      "type": "string",
      "example": "500123"
    },
    "lifecycleState": {
      "type": "string",
      "example": "example_value"
    }
  }
}