{ "opencollection": "1.0.0", "info": { "name": "Juniper Networks Juniper Apstra Intent-Based Networking Alarms Network Policies API", "version": "4.2" }, "request": { "auth": { "type": "apikey", "key": "AuthToken", "value": "{{AuthToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Network Policies", "type": "folder" }, "items": [ { "info": { "name": "Juniper Networks List network policies", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/network-policys" }, "docs": "Returns all network policies. Network policies define rules that control traffic flow between virtual networks, including allow, deny, and service chain actions." }, { "info": { "name": "Juniper Networks Create network policy", "type": "http" }, "http": { "method": "POST", "url": "https://{apstra_server}/api/network-policys", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new network policy with traffic control rules." } ] } ], "bundled": true }