{ "opencollection": "1.0.0", "info": { "name": "Oracle GoldenGate for Big Data REST Artifacts Distribution API", "version": "21.3.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Distribution", "type": "folder" }, "items": [ { "info": { "name": "Oracle Goldengate List Distribution Paths", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/services/v2/sources" }, "docs": "Returns distribution paths configured for big data deployments." }, { "info": { "name": "Oracle Goldengate Retrieve a Distribution Path", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/services/v2/sources/:distpath", "params": [ { "name": "distpath", "value": "", "type": "path", "description": "Distribution path name" } ] }, "docs": "Returns a specific distribution path." }, { "info": { "name": "Oracle Goldengate Create a Distribution Path", "type": "http" }, "http": { "method": "POST", "url": "https://{goldengate-host}:{port}/services/v2/sources/:distpath", "params": [ { "name": "distpath", "value": "", "type": "path", "description": "Distribution path name" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a distribution path for delivering trail data to a big data deployment." }, { "info": { "name": "Oracle Goldengate Update a Distribution Path", "type": "http" }, "http": { "method": "PATCH", "url": "https://{goldengate-host}:{port}/services/v2/sources/:distpath", "params": [ { "name": "distpath", "value": "", "type": "path", "description": "Name of the distribution path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the configuration of an existing distribution path." }, { "info": { "name": "Oracle Goldengate Delete a Distribution Path", "type": "http" }, "http": { "method": "DELETE", "url": "https://{goldengate-host}:{port}/services/v2/sources/:distpath", "params": [ { "name": "distpath", "value": "", "type": "path", "description": "Distribution path name" } ] }, "docs": "Deletes a distribution path." }, { "info": { "name": "Oracle Goldengate Retrieve Distribution Path Statistics", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/services/v2/sources/:distpath/stats", "params": [ { "name": "distpath", "value": "", "type": "path", "description": "Name of the distribution path" } ] }, "docs": "Returns performance statistics for a distribution path." }, { "info": { "name": "Oracle Goldengate List Deployment Extracts With Trail Files", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/services/v2/exttrails" }, "docs": "Returns a list of extracts and their associated trail files for the Distribution Server." } ] } ], "bundled": true }