{ "opencollection": "1.0.0", "info": { "name": "Oracle GoldenGate for Big Data REST Artifacts Groups API", "version": "21.3.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "Oracle Goldengate Retrieve All Compare Groups", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/services/configuration/groups" }, "docs": "Returns a list of all compare groups configured in Veridata." }, { "info": { "name": "Oracle Goldengate Create a Compare Group", "type": "http" }, "http": { "method": "POST", "url": "https://{goldengate-host}:{port}/services/configuration/groups", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new compare group linking source and target connections for data comparison." }, { "info": { "name": "Oracle Goldengate Retrieve a Compare Group", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/services/configuration/groups/:Id", "params": [ { "name": "Id", "value": "", "type": "path", "description": "Compare group identifier" } ] }, "docs": "Returns the details of a specific compare group including its source and target connections." }, { "info": { "name": "Oracle Goldengate Update a Compare Group", "type": "http" }, "http": { "method": "PATCH", "url": "https://{goldengate-host}:{port}/services/configuration/groups/:Id", "params": [ { "name": "Id", "value": "", "type": "path", "description": "Compare group identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates properties of an existing compare group." }, { "info": { "name": "Oracle Goldengate Delete a Compare Group", "type": "http" }, "http": { "method": "DELETE", "url": "https://{goldengate-host}:{port}/services/configuration/groups/:Id", "params": [ { "name": "Id", "value": "", "type": "path", "description": "Compare group identifier" } ] }, "docs": "Deletes a compare group and its associated compare pairs." }, { "info": { "name": "Oracle Goldengate Clone a Compare Group", "type": "http" }, "http": { "method": "POST", "url": "https://{goldengate-host}:{port}/services/configuration/groups/clone/:Id", "params": [ { "name": "Id", "value": "", "type": "path", "description": "Compare group identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a copy of an existing compare group including all its compare pairs." } ] } ], "bundled": true }