{ "opencollection": "1.0.0", "info": { "name": "Oracle GoldenGate for Big Data REST Artifacts Heartbeat API", "version": "21.3.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Heartbeat", "type": "folder" }, "items": [ { "info": { "name": "Oracle Goldengate Retrieve Heartbeat Table Configuration", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/services/v2/connections/:connection/tables/heartbeat", "params": [ { "name": "connection", "value": "", "type": "path", "description": "Name of the database connection" } ] }, "docs": "Returns the heartbeat table configuration for a database connection." }, { "info": { "name": "Oracle Goldengate Create Heartbeat Table", "type": "http" }, "http": { "method": "POST", "url": "https://{goldengate-host}:{port}/services/v2/connections/:connection/tables/heartbeat", "params": [ { "name": "connection", "value": "", "type": "path", "description": "Name of the database connection" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates the heartbeat table in the target database for lag monitoring." }, { "info": { "name": "Oracle Goldengate Update Heartbeat Table", "type": "http" }, "http": { "method": "PATCH", "url": "https://{goldengate-host}:{port}/services/v2/connections/:connection/tables/heartbeat", "params": [ { "name": "connection", "value": "", "type": "path", "description": "Name of the database connection" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the heartbeat table configuration." }, { "info": { "name": "Oracle Goldengate Delete Heartbeat Table", "type": "http" }, "http": { "method": "DELETE", "url": "https://{goldengate-host}:{port}/services/v2/connections/:connection/tables/heartbeat", "params": [ { "name": "connection", "value": "", "type": "path", "description": "Name of the database connection" } ] }, "docs": "Deletes the heartbeat table from the database." }, { "info": { "name": "Oracle Goldengate Retrieve Heartbeat Table Entries", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/services/v2/connections/:connection/tables/heartbeatData", "params": [ { "name": "connection", "value": "", "type": "path", "description": "Name of the database connection" } ] }, "docs": "Returns the heartbeat data entries showing lag information across processes." } ] } ], "bundled": true }