Oracle GoldenGate · Example Payload

Oracle Goldengate Listconnectionassignments Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Listconnectionassignments 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": "listConnectionAssignments",
  "method": "GET",
  "path": "/20200407/connectionAssignments",
  "summary": "Oracle Goldengate List Connection Assignments",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listconnectionassignments200Example",
      "example": {
        "items": [
          {
            "id": "abc123",
            "connectionId": "500123",
            "deploymentId": "500123",
            "lifecycleState": "example_value"
          }
        ]
      }
    }
  ]
}