{ "opencollection": "1.0.0", "info": { "name": "Oracle GoldenGate for Big Data REST Artifacts Services API", "version": "21.3.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Services", "type": "folder" }, "items": [ { "info": { "name": "Oracle Goldengate List Services for a Deployment", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/services/v2/deployments/:deployment/services", "params": [ { "name": "deployment", "value": "", "type": "path", "description": "Name of the GoldenGate deployment" } ] }, "docs": "Returns a list of all services configured within a specific deployment." }, { "info": { "name": "Oracle Goldengate Retrieve a Service", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/services/v2/deployments/:deployment/services/:service", "params": [ { "name": "deployment", "value": "", "type": "path", "description": "Name of the GoldenGate deployment" }, { "name": "service", "value": "", "type": "path", "description": "Name of the service within a deployment" } ] }, "docs": "Returns the configuration and status of a specific service within a deployment." }, { "info": { "name": "Oracle Goldengate Create a Service", "type": "http" }, "http": { "method": "POST", "url": "https://{goldengate-host}:{port}/services/v2/deployments/:deployment/services/:service", "params": [ { "name": "deployment", "value": "", "type": "path", "description": "Name of the GoldenGate deployment" }, { "name": "service", "value": "", "type": "path", "description": "Name of the service within a deployment" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new service within a deployment." }, { "info": { "name": "Oracle Goldengate Update Service Properties", "type": "http" }, "http": { "method": "PATCH", "url": "https://{goldengate-host}:{port}/services/v2/deployments/:deployment/services/:service", "params": [ { "name": "deployment", "value": "", "type": "path", "description": "Name of the GoldenGate deployment" }, { "name": "service", "value": "", "type": "path", "description": "Name of the service within a deployment" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the configuration properties of an existing service." }, { "info": { "name": "Oracle Goldengate Remove a Service", "type": "http" }, "http": { "method": "DELETE", "url": "https://{goldengate-host}:{port}/services/v2/deployments/:deployment/services/:service", "params": [ { "name": "deployment", "value": "", "type": "path", "description": "Name of the GoldenGate deployment" }, { "name": "service", "value": "", "type": "path", "description": "Name of the service within a deployment" } ] }, "docs": "Removes a service from a deployment." } ] } ], "bundled": true }