{ "opencollection": "1.0.0", "info": { "name": "AWS Security Hub Action Targets Insights API", "version": "2018-10-26" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Insights", "type": "folder" }, "items": [ { "info": { "name": "Create an insight", "type": "http" }, "http": { "method": "POST", "url": "https://securityhub.{region}.amazonaws.com/insights", "body": { "type": "json", "data": "{}" } }, "docs": "Create an insight" }, { "info": { "name": "Get insights", "type": "http" }, "http": { "method": "POST", "url": "https://securityhub.{region}.amazonaws.com/insights/get", "body": { "type": "json", "data": "{}" } }, "docs": "Get insights" }, { "info": { "name": "Get insight results", "type": "http" }, "http": { "method": "GET", "url": "https://securityhub.{region}.amazonaws.com/insights/results/:InsightArn", "params": [ { "name": "InsightArn", "value": "", "type": "path" } ] }, "docs": "Get insight results" }, { "info": { "name": "Update an insight", "type": "http" }, "http": { "method": "PATCH", "url": "https://securityhub.{region}.amazonaws.com/insights/:InsightArn", "params": [ { "name": "InsightArn", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an insight" }, { "info": { "name": "Delete an insight", "type": "http" }, "http": { "method": "DELETE", "url": "https://securityhub.{region}.amazonaws.com/insights/:InsightArn", "params": [ { "name": "InsightArn", "value": "", "type": "path" } ] }, "docs": "Delete an insight" } ] } ], "bundled": true }