{ "opencollection": "1.0.0", "info": { "name": "WarpStream Management ACLs Monitoring API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "warpstream-api-key", "value": "{{warpstream-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Monitoring", "type": "folder" }, "items": [ { "info": { "name": "Describe All Consumer Groups", "type": "http" }, "http": { "method": "POST", "url": "https://api.warpstream.com/api/v1/monitoring/describe_all_consumer_groups", "body": { "type": "json", "data": "{}" } }, "docs": "Returns detailed information about all consumer groups in a virtual cluster, including per-partition offset metrics." } ] } ], "bundled": true }