{ "opencollection": "1.0.0", "info": { "name": "Juniper Networks Juniper Apstra Allowlists and Blocklists Resources API", "version": "4.2.0" }, "request": { "auth": { "type": "apikey", "key": "AuthToken", "value": "{{AuthToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Resources", "type": "folder" }, "items": [ { "info": { "name": "Juniper Networks List ASN pools", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/resources/asn-pools" }, "docs": "Returns all Autonomous System Number pools." }, { "info": { "name": "Juniper Networks Create ASN pool", "type": "http" }, "http": { "method": "POST", "url": "https://{apstra_server}/api/resources/asn-pools", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new ASN pool." }, { "info": { "name": "Juniper Networks List IP pools", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/resources/ip-pools" }, "docs": "Returns all IP address pools." }, { "info": { "name": "Juniper Networks Create IP pool", "type": "http" }, "http": { "method": "POST", "url": "https://{apstra_server}/api/resources/ip-pools", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new IP address pool." }, { "info": { "name": "Juniper Networks List VNI pools", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/resources/vni-pools" }, "docs": "Returns all VXLAN Network Identifier pools." }, { "info": { "name": "Juniper Networks Create VNI pool", "type": "http" }, "http": { "method": "POST", "url": "https://{apstra_server}/api/resources/vni-pools", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new VNI pool." } ] } ], "bundled": true }