Oracle GoldenGate · Example Payload

Oracle Goldengate Getconnectionassignment Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Getconnectionassignment Example is an example object payload from Oracle GoldenGate, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getConnectionAssignment",
  "method": "GET",
  "path": "/20200407/connectionAssignments/{connectionAssignmentId}",
  "summary": "Oracle Goldengate Get a Connection Assignment",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getconnectionassignment200Example",
      "example": {
        "id": "abc123",
        "connectionId": "500123",
        "deploymentId": "500123",
        "compartmentId": "500123",
        "lifecycleState": "example_value",
        "timeCreated": "2026-01-15T10:30:00Z",
        "timeUpdated": "2026-01-15T10:30:00Z"
      }
    }
  ]
}