{ "opencollection": "1.0.0", "info": { "name": "CRI-O Metrics Containers Lifecycle API", "version": "1.0" }, "items": [ { "info": { "name": "Lifecycle", "type": "folder" }, "items": [ { "info": { "name": "Pause a container", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:9090/pause/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Pauses a running container by ID." }, { "info": { "name": "Unpause a container", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:9090/unpause/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Unpauses a paused container by ID." } ] } ], "bundled": true }