{ "opencollection": "1.0.0", "info": { "name": "CRI-O Metrics Containers API", "version": "1.0" }, "items": [ { "info": { "name": "Containers", "type": "folder" }, "items": [ { "info": { "name": "Get container info", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:9090/containers/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Container ID." } ] }, "docs": "Returns runtime information about a single container by ID." } ] } ], "bundled": true }