{ "opencollection": "1.0.0", "info": { "name": "Oracle GoldenGate for Big Data REST Artifacts Commands API", "version": "21.3.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Commands", "type": "folder" }, "items": [ { "info": { "name": "Oracle Goldengate Execute a Goldengate Command", "type": "http" }, "http": { "method": "POST", "url": "https://{goldengate-host}:{port}/services/v2/commands/execute", "body": { "type": "json", "data": "{}" } }, "docs": "Executes a GGSCI-style command against the Big Data Administrative Server." } ] } ], "bundled": true }