{ "opencollection": "1.0.0", "info": { "name": "Oracle GoldenGate for Big Data REST Artifacts Tasks API", "version": "21.3.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Tasks", "type": "folder" }, "items": [ { "info": { "name": "Oracle Goldengate List Automated Tasks", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/services/v2/tasks" }, "docs": "Returns a list of all configured automated tasks." }, { "info": { "name": "Oracle Goldengate Retrieve a Task", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/services/v2/tasks/:task", "params": [ { "name": "task", "value": "", "type": "path", "description": "Name of the automated task" } ] }, "docs": "Returns the configuration of a specific automated task." }, { "info": { "name": "Oracle Goldengate Create a Task", "type": "http" }, "http": { "method": "POST", "url": "https://{goldengate-host}:{port}/services/v2/tasks/:task", "params": [ { "name": "task", "value": "", "type": "path", "description": "Name of the automated task" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new automated task for scheduled operations." }, { "info": { "name": "Oracle Goldengate Update a Task", "type": "http" }, "http": { "method": "PATCH", "url": "https://{goldengate-host}:{port}/services/v2/tasks/:task", "params": [ { "name": "task", "value": "", "type": "path", "description": "Name of the automated task" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the configuration of an existing automated task." }, { "info": { "name": "Oracle Goldengate Delete a Task", "type": "http" }, "http": { "method": "DELETE", "url": "https://{goldengate-host}:{port}/services/v2/tasks/:task", "params": [ { "name": "task", "value": "", "type": "path", "description": "Name of the automated task" } ] }, "docs": "Deletes an automated task." } ] } ], "bundled": true }