Oracle GoldenGate · Example Payload

Oracle Goldengate Updategroup Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Updategroup 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": "updateGroup",
  "method": "PATCH",
  "path": "/services/configuration/groups/{Id}",
  "summary": "Oracle Goldengate Update a Compare Group",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "UpdategroupRequestExample",
      "example": {
        "name": "Example Title",
        "description": "A sample description.",
        "profileId": "500123"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Updategroup200Example",
      "example": {
        "id": "abc123",
        "name": "Example Title",
        "description": "A sample description.",
        "sourceConnectionId": "500123",
        "targetConnectionId": "500123",
        "profileId": "500123",
        "comparePairCount": 10
      }
    }
  ]
}