Oracle GoldenGate · Schema

ConnectionAssignmentSummary

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
id string
connectionId string
deploymentId string
lifecycleState string
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-connectionassignmentsummary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionAssignmentSummary",
  "title": "ConnectionAssignmentSummary",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "abc123"
    },
    "connectionId": {
      "type": "string",
      "example": "500123"
    },
    "deploymentId": {
      "type": "string",
      "example": "500123"
    },
    "lifecycleState": {
      "type": "string",
      "example": "example_value"
    }
  }
}