{ "opencollection": "1.0.0", "info": { "name": "Debezium Kafka Connect REST Cluster Offsets API", "version": "2.6.0" }, "items": [ { "info": { "name": "Offsets", "type": "folder" }, "items": [ { "info": { "name": "Get connector offsets", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8083/connectors/:connector/offsets", "params": [ { "name": "connector", "value": "", "type": "path" } ] }, "docs": "Get connector offsets" }, { "info": { "name": "Alter connector offsets", "type": "http" }, "http": { "method": "PATCH", "url": "http://localhost:8083/connectors/:connector/offsets", "params": [ { "name": "connector", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Alter connector offsets" }, { "info": { "name": "Reset connector offsets", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:8083/connectors/:connector/offsets", "params": [ { "name": "connector", "value": "", "type": "path" } ] }, "docs": "Reset connector offsets" } ] } ], "bundled": true }