{ "opencollection": "1.0.0", "info": { "name": "Oracle GoldenGate for Big Data REST Artifacts Receiver API", "version": "21.3.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Receiver", "type": "folder" }, "items": [ { "info": { "name": "Oracle Goldengate List Collector/receiver Paths", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/services/v2/targets" }, "docs": "Returns a list of all collector paths in the Receiver Server." }, { "info": { "name": "Oracle Goldengate Retrieve a Collector Path", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/services/v2/targets/:path", "params": [ { "name": "path", "value": "", "type": "path", "description": "Name of the collector/receiver path" } ] }, "docs": "Returns configuration details of a specific collector/receiver path." }, { "info": { "name": "Oracle Goldengate Create a Collector Path", "type": "http" }, "http": { "method": "POST", "url": "https://{goldengate-host}:{port}/services/v2/targets/:path", "params": [ { "name": "path", "value": "", "type": "path", "description": "Name of the collector/receiver path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new collector path for receiving trail data from a remote source." }, { "info": { "name": "Oracle Goldengate Update a Collector Path", "type": "http" }, "http": { "method": "PATCH", "url": "https://{goldengate-host}:{port}/services/v2/targets/:path", "params": [ { "name": "path", "value": "", "type": "path", "description": "Name of the collector/receiver path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the configuration of an existing collector path." }, { "info": { "name": "Oracle Goldengate Delete a Collector Path", "type": "http" }, "http": { "method": "DELETE", "url": "https://{goldengate-host}:{port}/services/v2/targets/:path", "params": [ { "name": "path", "value": "", "type": "path", "description": "Name of the collector/receiver path" } ] }, "docs": "Deletes a collector path." } ] } ], "bundled": true }