{ "opencollection": "1.0.0", "info": { "name": "Aikido Security Public REST Clouds Containers API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Containers", "type": "folder" }, "items": [ { "info": { "name": "List container repositories", "type": "http" }, "http": { "method": "GET", "url": "https://app.aikido.dev/api/public/v1/containers" }, "docs": "List container repositories" }, { "info": { "name": "Get container repository", "type": "http" }, "http": { "method": "GET", "url": "https://app.aikido.dev/api/public/v1/containers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get container repository" }, { "info": { "name": "Delete container", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.aikido.dev/api/public/v1/containers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete container" }, { "info": { "name": "Scan container", "type": "http" }, "http": { "method": "POST", "url": "https://app.aikido.dev/api/public/v1/containers/:id/scan", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Scan container" } ] } ], "bundled": true }