{ "opencollection": "1.0.0", "info": { "name": "Oracle GoldenGate for Big Data REST Artifacts Compare Pairs API", "version": "21.3.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Compare Pairs", "type": "folder" }, "items": [ { "info": { "name": "Oracle Goldengate Create Compare Pairs in a Group", "type": "http" }, "http": { "method": "POST", "url": "https://{goldengate-host}:{port}/services/configuration/cps/group/:groupId", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "Compare group identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates one or more compare pairs within a specific compare group." }, { "info": { "name": "Oracle Goldengate Retrieve a Compare Pair", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/services/configuration/cps/:Id", "params": [ { "name": "Id", "value": "", "type": "path", "description": "Compare pair identifier" } ] }, "docs": "Returns the details of a specific compare pair including source and target table mappings." }, { "info": { "name": "Oracle Goldengate Replace a Compare Pair", "type": "http" }, "http": { "method": "PUT", "url": "https://{goldengate-host}:{port}/services/configuration/cps/:Id", "params": [ { "name": "Id", "value": "", "type": "path", "description": "Compare pair identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Replaces the configuration of an existing compare pair." }, { "info": { "name": "Oracle Goldengate Delete a Compare Pair", "type": "http" }, "http": { "method": "DELETE", "url": "https://{goldengate-host}:{port}/services/configuration/cps/:Id", "params": [ { "name": "Id", "value": "", "type": "path", "description": "Compare pair identifier" } ] }, "docs": "Deletes a compare pair from its group." }, { "info": { "name": "Oracle Goldengate Generate Column Mapping Pairs", "type": "http" }, "http": { "method": "POST", "url": "https://{goldengate-host}:{port}/services/configuration/cps/:Id/colmap", "params": [ { "name": "Id", "value": "", "type": "path", "description": "Compare pair identifier" } ] }, "docs": "Automatically generates column mappings between source and target tables for a compare pair." }, { "info": { "name": "Oracle Goldengate Generate Mapping Objects From Rules", "type": "http" }, "http": { "method": "POST", "url": "https://{goldengate-host}:{port}/services/configuration/cps/mappings", "body": { "type": "json", "data": "{}" } }, "docs": "Generates compare pair mappings based on mapping rules for automatic pair creation." } ] } ], "bundled": true }