{ "opencollection": "1.0.0", "info": { "name": "Juniper Networks Juniper Apstra Allowlists and Blocklists Service Instances API", "version": "4.2.0" }, "request": { "auth": { "type": "apikey", "key": "AuthToken", "value": "{{AuthToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Service Instances", "type": "folder" }, "items": [ { "info": { "name": "Juniper Networks List service instances", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/service-instances", "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 service instances for service chaining." }, { "info": { "name": "Juniper Networks Create service instance", "type": "http" }, "http": { "method": "POST", "url": "https://{apstra_server}/api/service-instances", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new service instance for network service chaining." } ] } ], "bundled": true }