{ "opencollection": "1.0.0", "info": { "name": "Oracle GoldenGate for Big Data REST Artifacts Data Streams API", "version": "21.3.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Data Streams", "type": "folder" }, "items": [ { "info": { "name": "Oracle Goldengate List Data Streams", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/services/v2/stream" }, "docs": "Returns a list of all configured data stream resources." }, { "info": { "name": "Oracle Goldengate Retrieve a Data Stream", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/services/v2/stream/:streamname", "params": [ { "name": "streamname", "value": "", "type": "path", "description": "Name of the data stream resource" } ] }, "docs": "Returns the configuration of a specific data stream." }, { "info": { "name": "Oracle Goldengate Create a Data Stream", "type": "http" }, "http": { "method": "POST", "url": "https://{goldengate-host}:{port}/services/v2/stream/:streamname", "params": [ { "name": "streamname", "value": "", "type": "path", "description": "Name of the data stream resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new data stream configuration that defines how trail data is distributed to downstream consumers. Supports distribution to Kafka, REST endpoints, OCI Streaming, and other targets." }, { "info": { "name": "Oracle Goldengate Update a Data Stream", "type": "http" }, "http": { "method": "PATCH", "url": "https://{goldengate-host}:{port}/services/v2/stream/:streamname", "params": [ { "name": "streamname", "value": "", "type": "path", "description": "Name of the data stream resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the configuration of an existing data stream." }, { "info": { "name": "Oracle Goldengate Delete a Data Stream", "type": "http" }, "http": { "method": "DELETE", "url": "https://{goldengate-host}:{port}/services/v2/stream/:streamname", "params": [ { "name": "streamname", "value": "", "type": "path", "description": "Name of the data stream resource" } ] }, "docs": "Deletes a data stream configuration." } ] } ], "bundled": true }