Oracle GoldenGate · Schema
CreateConnectionRequest
CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication
Properties
| Name | Type | Description |
|---|---|---|
| name | string | |
| description | string | |
| databaseType | string | |
| host | string | |
| port | integer | |
| serviceName | string | |
| schema | string | |
| username | string | |
| password | string | |
| agentHost | string | |
| agentPort | integer |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "CreateConnectionRequest",
"type": "object",
"properties": {
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"databaseType": {
"type": "string"
},
"host": {
"type": "string"
},
"port": {
"type": "integer"
},
"serviceName": {
"type": "string"
},
"schema": {
"type": "string"
},
"username": {
"type": "string"
},
"password": {
"type": "string"
},
"agentHost": {
"type": "string"
},
"agentPort": {
"type": "integer"
}
}
}