{ "opencollection": "1.0.0", "info": { "name": "supports a RESTful API for the Libpod library artifacts system (compat) API", "version": "5.0.0" }, "items": [ { "info": { "name": "system (compat)", "type": "folder" }, "items": [ { "info": { "name": "Check auth configuration", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/auth" }, "docs": "Check auth configuration" }, { "info": { "name": "Get events", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/events", "params": [ { "name": "since", "value": "", "type": "query", "description": "start streaming events from this time" }, { "name": "until", "value": "", "type": "query", "description": "stop streaming events later than this" }, { "name": "filters", "value": "", "type": "query", "description": "JSON encoded map[string][]string of constraints" } ] }, "docs": "Returns events filtered on query parameters" }, { "info": { "name": "Get info", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/info" }, "docs": "Returns information on the system and libpod configuration" }, { "info": { "name": "Ping service", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/libpod/_ping" }, "docs": "Return protocol information in response headers.\n`HEAD /libpod/_ping` is also supported.\n`/_ping` is available for compatibility with other engines.\nThe '_ping' endpoints are not versioned.\n" }, { "info": { "name": "Show disk usage", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/system/df" }, "docs": "Return information about disk usage for containers, images, and volumes" }, { "info": { "name": "Component Version information", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/version" }, "docs": "Component Version information" } ] } ], "bundled": true }