{ "opencollection": "1.0.0", "info": { "name": "Docker Engine Config Distribution API", "version": "1.54" }, "items": [ { "info": { "name": "Distribution", "type": "folder" }, "items": [ { "info": { "name": "Get image information from the registry", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/distribution/:name/json", "params": [ { "name": "name", "value": "", "type": "path", "description": "Image name or id" } ] }, "docs": "Return image digest and platform information by contacting the registry.\n" } ] } ], "bundled": true }