{ "opencollection": "1.0.0", "info": { "name": "InsightAppSec Accounts Reports API", "version": "v1" }, "items": [ { "info": { "name": "Reports", "type": "folder" }, "items": [ { "info": { "name": "Get Reports", "type": "http" }, "http": { "method": "GET", "url": "https://[region].api.insight.rapid7.com/ias/v1/reports", "params": [ { "name": "index", "value": "", "type": "query" }, { "name": "size", "value": "", "type": "query" }, { "name": "sort", "value": "", "type": "query" }, { "name": "page-token", "value": "", "type": "query" } ] }, "docs": "Get a page of Reports, based on the supplied pagination parameters.
The default sort for Reports is \"generatedDate\" (descending); for a full list of sortable properties, refer to the Search Catalog detailed in the Search API.
" }, { "info": { "name": "Generate Report", "type": "http" }, "http": { "method": "POST", "url": "https://[region].api.insight.rapid7.com/ias/v1/reports", "body": { "type": "json", "data": "{}" } }, "docs": "Generate a new Report| Report Type | name | type | format | scanId | filter |
|---|---|---|---|---|---|
VULN_SUMMARY | ✅ | ✅ | ✅ NOTE: This API allows for the retrieval of both Report Information and Report Contents depending on which Mime-Type the client advertises acceptance of in the Accept header passed in the call. When retrieving only the Report Information the client should supply an Accept header value that indicates acceptance of the application/json mime type only. To download the Report Contents the client is required to supply |