{ "opencollection": "1.0.0", "info": { "name": "Oracle GoldenGate for Big Data REST Artifacts Configuration API", "version": "21.3.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Configuration", "type": "folder" }, "items": [ { "info": { "name": "Oracle Goldengate List Configuration Files", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/services/v2/config/files" }, "docs": "Returns configuration files including handler properties for big data targets." }, { "info": { "name": "Oracle Goldengate Retrieve a Configuration File", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/services/v2/config/files/:file", "params": [ { "name": "file", "value": "example_value", "type": "path" } ] }, "docs": "Returns content of a configuration file, including handler property files for Kafka, HDFS, and other big data targets." }, { "info": { "name": "Oracle Goldengate Create a Configuration File", "type": "http" }, "http": { "method": "POST", "url": "https://{goldengate-host}:{port}/services/v2/config/files/:file", "params": [ { "name": "file", "value": "example_value", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a configuration file such as a Kafka handler properties file, custom formatter, or Avro schema mapping." }, { "info": { "name": "Oracle Goldengate Replace a Configuration File", "type": "http" }, "http": { "method": "PUT", "url": "https://{goldengate-host}:{port}/services/v2/config/files/:file", "params": [ { "name": "file", "value": "example_value", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Replaces the content of an existing configuration file." }, { "info": { "name": "Oracle Goldengate Delete a Configuration File", "type": "http" }, "http": { "method": "DELETE", "url": "https://{goldengate-host}:{port}/services/v2/config/files/:file", "params": [ { "name": "file", "value": "example_value", "type": "path" } ] }, "docs": "Deletes a configuration file." }, { "info": { "name": "Oracle Goldengate Retrieve Api Versions", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/services" }, "docs": "Returns the list of available REST API versions supported by this GoldenGate instance." }, { "info": { "name": "Oracle Goldengate Describe Api Version V2", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/services/v2" }, "docs": "Returns details about the v2 REST API including available resources and metadata." }, { "info": { "name": "Oracle Goldengate Get Service Configuration Summary", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/services/v2/config/summary" }, "docs": "Returns a summary of the current service configuration." }, { "info": { "name": "Oracle Goldengate List Configuration Data Types", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/services/v2/config/types" }, "docs": "Returns a list of available configuration data types." }, { "info": { "name": "Oracle Goldengate List Parameter Names", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/services/v2/parameters" }, "docs": "Returns a list of all available GoldenGate parameter names." }, { "info": { "name": "Oracle Goldengate Retrieve Parameter Information", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/services/v2/parameters/:parameter", "params": [ { "name": "parameter", "value": "example_value", "type": "path" } ] }, "docs": "Returns detailed information about a specific GoldenGate parameter." } ] } ], "bundled": true }