{ "opencollection": "1.0.0", "info": { "name": "Oracle GoldenGate for Big Data REST Artifacts Encryption API", "version": "21.3.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Encryption", "type": "folder" }, "items": [ { "info": { "name": "Oracle Goldengate List Encryption Keys", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/services/v2/enckeys" }, "docs": "Returns a list of all encryption keys in the wallet." }, { "info": { "name": "Oracle Goldengate Retrieve an Encryption Key", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/services/v2/enckeys/:keyName", "params": [ { "name": "keyName", "value": "example_value", "type": "path" } ] }, "docs": "Returns details of a specific encryption key." }, { "info": { "name": "Oracle Goldengate Create an Encryption Key", "type": "http" }, "http": { "method": "POST", "url": "https://{goldengate-host}:{port}/services/v2/enckeys/:keyName", "params": [ { "name": "keyName", "value": "example_value", "type": "path" } ] }, "docs": "Creates a new encryption key in the wallet." }, { "info": { "name": "Oracle Goldengate Delete an Encryption Key", "type": "http" }, "http": { "method": "DELETE", "url": "https://{goldengate-host}:{port}/services/v2/enckeys/:keyName", "params": [ { "name": "keyName", "value": "example_value", "type": "path" } ] }, "docs": "Deletes an encryption key from the wallet." }, { "info": { "name": "Oracle Goldengate List Master Key Versions", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/services/v2/masterkey" }, "docs": "Returns all versions of the master encryption key." }, { "info": { "name": "Oracle Goldengate Create a New Master Key Version", "type": "http" }, "http": { "method": "POST", "url": "https://{goldengate-host}:{port}/services/v2/masterkey" }, "docs": "Creates a new version of the master encryption key." } ] } ], "bundled": true }