{ "opencollection": "1.0.0", "info": { "name": "Oracle GoldenGate for Big Data REST Artifacts Deployment Versions API", "version": "21.3.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Deployment Versions", "type": "folder" }, "items": [ { "info": { "name": "Oracle Goldengate List Deployment Versions", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/20200407/deploymentVersions", "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The OCID of the compartment" } ] }, "docs": "Returns available GoldenGate deployment versions." } ] } ], "bundled": true }