{ "operationId": "createGroup", "method": "POST", "path": "/services/configuration/groups", "summary": "Oracle Goldengate Create a Compare Group", "requestExamples": [ { "contentType": "application/json", "name": "CreategroupRequestExample", "example": { "name": "Example Title", "description": "A sample description.", "sourceConnectionId": "500123", "targetConnectionId": "500123", "profileId": "500123" } } ], "responseExamples": [ { "status": "201", "contentType": "application/json", "name": "Creategroup201Example", "example": { "id": "abc123", "name": "Example Title", "description": "A sample description.", "sourceConnectionId": "500123", "targetConnectionId": "500123", "profileId": "500123", "comparePairCount": 10 } } ] }