{ "opencollection": "1.0.0", "info": { "name": "Juniper Networks Juniper Apstra Allowlists and Blocklists Intent Checks API", "version": "4.2.0" }, "request": { "auth": { "type": "apikey", "key": "AuthToken", "value": "{{AuthToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Intent Checks", "type": "folder" }, "items": [ { "info": { "name": "Juniper Networks List blueprint anomalies", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/blueprints/:blueprint_id/anomalies", "params": [ { "name": "blueprint_id", "value": "", "type": "path", "description": "Blueprint unique identifier" } ] }, "docs": "Returns anomalies detected in the blueprint by the Intent-Based Analytics engine. Anomalies indicate deviations between intended and actual network state." }, { "info": { "name": "Juniper Networks List IBA dashboards", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/blueprints/:blueprint_id/iba/dashboards", "params": [ { "name": "blueprint_id", "value": "", "type": "path", "description": "Blueprint unique identifier" } ] }, "docs": "Returns Intent-Based Analytics dashboards for the blueprint." } ] } ], "bundled": true }