{ "opencollection": "1.0.0", "info": { "name": "InsightAppSec Accounts Vulnerability Exception API", "version": "v1" }, "items": [ { "info": { "name": "Vulnerability Exception", "type": "folder" }, "items": [ { "info": { "name": "Exceptions", "type": "http" }, "http": { "method": "GET", "url": "https://[region].api.insight.rapid7.com/ias/v1/api/3/vulnerability_exceptions", "params": [ { "name": "page", "value": "", "type": "query", "description": "The index of the page (zero-based) to retrieve." }, { "name": "size", "value": "", "type": "query", "description": "The number of records per page to retrieve." }, { "name": "sort", "value": "", "type": "query", "description": "The criteria to sort the records by, in the format: `property[,ASC|DESC]`. The default sort order is ascending. Multiple sort criteria can be specified using multiple sort query parameters." } ] }, "docs": "Returns all exceptions defined on vulnerabilities." }, { "info": { "name": "Exceptions", "type": "http" }, "http": { "method": "POST", "url": "https://[region].api.insight.rapid7.com/ias/v1/api/3/vulnerability_exceptions" }, "docs": "Creates a vulnerability exception." }, { "info": { "name": "Exception", "type": "http" }, "http": { "method": "GET", "url": "https://[region].api.insight.rapid7.com/ias/v1/api/3/vulnerability_exceptions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the vulnerability exception." } ] }, "docs": "Returns an exception made on a vulnerability." }, { "info": { "name": "Exception", "type": "http" }, "http": { "method": "DELETE", "url": "https://[region].api.insight.rapid7.com/ias/v1/api/3/vulnerability_exceptions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ] }, "docs": "Removes an exception made on a vulnerability." }, { "info": { "name": "Exception Expiration", "type": "http" }, "http": { "method": "GET", "url": "https://[region].api.insight.rapid7.com/ias/v1/api/3/vulnerability_exceptions/:id/expires", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ] }, "docs": "Get the expiration date for a vulnerability exception." }, { "info": { "name": "Exception Expiration", "type": "http" }, "http": { "method": "PUT", "url": "https://[region].api.insight.rapid7.com/ias/v1/api/3/vulnerability_exceptions/:id/expires", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ] }, "docs": "Set the expiration date for a vulnerability exception. This must be a valid date in the future." }, { "info": { "name": "Exception Status", "type": "http" }, "http": { "method": "POST", "url": "https://[region].api.insight.rapid7.com/ias/v1/api/3/vulnerability_exceptions/:id/:status", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" }, { "name": "status", "value": "", "type": "path", "description": "Exception Status" } ] }, "docs": "Update the status of the vulnerability exception. The status can be one of: `\"recall\"`, `\"approve\"`, or `\"reject\"`." } ] } ], "bundled": true }