{ "opencollection": "1.0.0", "info": { "name": "ARMO Platform Customer API (Kubescape) Access Keys Vulnerabilities API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Vulnerabilities", "type": "folder" }, "items": [ { "info": { "name": "Initiate a vulnerability scan", "type": "http" }, "http": { "method": "POST", "url": "https://api.armosec.io/api/v1/vulnerability/scan", "body": { "type": "json", "data": "{}" } }, "docs": "Triggers an image vulnerability scan." }, { "info": { "name": "Get vulnerability scan summaries", "type": "http" }, "http": { "method": "POST", "url": "https://api.armosec.io/api/v1/vulnerability/scanResults/summary", "body": { "type": "json", "data": "{}" } }, "docs": "Get vulnerability scan summaries" }, { "info": { "name": "Get detailed CVE listings", "type": "http" }, "http": { "method": "POST", "url": "https://api.armosec.io/api/v1/vulnerability/scanResults/details", "body": { "type": "json", "data": "{}" } }, "docs": "Get detailed CVE listings" }, { "info": { "name": "Get latest scan severity metrics", "type": "http" }, "http": { "method": "POST", "url": "https://api.armosec.io/api/v1/vulnerability/severity", "body": { "type": "json", "data": "{}" } }, "docs": "Get latest scan severity metrics" }, { "info": { "name": "List vulnerabilities", "type": "http" }, "http": { "method": "POST", "url": "https://api.armosec.io/api/v1/vulnerabilities/list", "body": { "type": "json", "data": "{}" } }, "docs": "Scoped list of vulnerabilities, including \"Vulnerabilities In Use\" (runtime-observed) filtering." }, { "info": { "name": "List scanned images", "type": "http" }, "http": { "method": "POST", "url": "https://api.armosec.io/api/v1/images/list", "body": { "type": "json", "data": "{}" } }, "docs": "List scanned images" } ] } ], "bundled": true }