{ "opencollection": "1.0.0", "info": { "name": "Juniper Networks Juniper Apstra Allowlists and Blocklists Indicators of Compromise API", "version": "4.2.0" }, "request": { "auth": { "type": "apikey", "key": "AuthToken", "value": "{{AuthToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Indicators of Compromise", "type": "folder" }, "items": [ { "info": { "name": "Juniper Networks List indicators of compromise", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/ioc/indicators", "params": [ { "name": "type", "value": "", "type": "query", "description": "Filter by indicator type" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Returns indicators of compromise detected in the environment." } ] } ], "bundled": true }