{ "opencollection": "1.0.0", "info": { "name": "Inspector2 Accountpermissions Findings API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Findings", "type": "folder" }, "items": [ { "info": { "name": "Amazon Inspector Batch Get Finding Details", "type": "http" }, "http": { "method": "POST", "url": "http://inspector2.{region}.amazonaws.com/findings/details/batch/get", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Gets vulnerability details for findings." }, { "info": { "name": "Amazon Inspector List Finding Aggregations", "type": "http" }, "http": { "method": "POST", "url": "http://inspector2.{region}.amazonaws.com/findings/aggregation/list", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "maxResults", "value": "", "type": "query", "description": "Pagination limit" }, { "name": "nextToken", "value": "", "type": "query", "description": "Pagination token" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Lists aggregated finding data for your environment based on specific criteria." }, { "info": { "name": "Amazon Inspector List Findings", "type": "http" }, "http": { "method": "POST", "url": "http://inspector2.{region}.amazonaws.com/findings/list", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "maxResults", "value": "", "type": "query", "description": "Pagination limit" }, { "name": "nextToken", "value": "", "type": "query", "description": "Pagination token" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Lists findings for your environment." }, { "info": { "name": "Amazon Inspector Get findings report status", "type": "http" }, "http": { "method": "POST", "url": "http://inspector2.{region}.amazonaws.com/findings/get" }, "docs": "Gets the status of a findings report." } ] } ], "bundled": true }