{ "opencollection": "1.0.0", "info": { "name": "Oracle GoldenGate for Big Data REST Artifacts Connection Assignments API", "version": "21.3.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Connection Assignments", "type": "folder" }, "items": [ { "info": { "name": "Oracle Goldengate List Connection Assignments", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/20200407/connectionAssignments", "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The OCID of the compartment" }, { "name": "deploymentId", "value": "500123", "type": "query" }, { "name": "connectionId", "value": "500123", "type": "query" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return" }, { "name": "page", "value": "", "type": "query", "description": "Pagination token" } ] }, "docs": "Returns connection-to-deployment assignments." }, { "info": { "name": "Oracle Goldengate Create a Connection Assignment", "type": "http" }, "http": { "method": "POST", "url": "https://{goldengate-host}:{port}/20200407/connectionAssignments", "body": { "type": "json", "data": "{}" } }, "docs": "Assigns a connection to a deployment for use in replication." }, { "info": { "name": "Oracle Goldengate Get a Connection Assignment", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/20200407/connectionAssignments/:connectionAssignmentId", "params": [ { "name": "connectionAssignmentId", "value": "500123", "type": "path" } ] }, "docs": "Returns a specific connection assignment." }, { "info": { "name": "Oracle Goldengate Delete a Connection Assignment", "type": "http" }, "http": { "method": "DELETE", "url": "https://{goldengate-host}:{port}/20200407/connectionAssignments/:connectionAssignmentId", "headers": [ { "name": "if-match", "value": "" } ], "params": [ { "name": "connectionAssignmentId", "value": "500123", "type": "path" } ] }, "docs": "Removes a connection assignment from a deployment." } ] } ], "bundled": true }