{ "opencollection": "1.0.0", "info": { "name": "Juniper Networks Juniper Apstra Allowlists and Blocklists Network IPAM API", "version": "4.2.0" }, "request": { "auth": { "type": "apikey", "key": "AuthToken", "value": "{{AuthToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Network IPAM", "type": "folder" }, "items": [ { "info": { "name": "Juniper Networks List network IPAMs", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/network-ipams", "params": [ { "name": "parent_id", "value": "", "type": "query", "description": "Filter by parent resource UUID" }, { "name": "detail", "value": "", "type": "query", "description": "Return full object details instead of references" } ] }, "docs": "Returns all IP Address Management configurations." }, { "info": { "name": "Juniper Networks Create network IPAM", "type": "http" }, "http": { "method": "POST", "url": "https://{apstra_server}/api/network-ipams", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new IP Address Management configuration." } ] } ], "bundled": true }