{ "opencollection": "1.0.0", "info": { "name": "InsightAppSec Accounts Remediation API", "version": "v1" }, "items": [ { "info": { "name": "Remediation", "type": "folder" }, "items": [ { "info": { "name": "Asset Vulnerability Solution", "type": "http" }, "http": { "method": "GET", "url": "https://[region].api.insight.rapid7.com/ias/v1/api/3/assets/:id/vulnerabilities/:vulnerabilityId/solution", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the asset." }, { "name": "vulnerabilityId", "value": "", "type": "path", "description": "The identifier of the vulnerability." } ] }, "docs": "Returns the highest-superceding rollup solutions for a vulnerability on an asset. The solution(s) selected will be the most recent and cost-effective means by which the vulnerability can be remediated." } ] } ], "bundled": true }