{ "opencollection": "1.0.0", "info": { "name": "Juniper Networks Juniper Apstra Allowlists and Blocklists Projects API", "version": "4.2.0" }, "request": { "auth": { "type": "apikey", "key": "AuthToken", "value": "{{AuthToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "Juniper Networks List projects", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/projects", "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 projects (tenants) in the system." }, { "info": { "name": "Juniper Networks Create a project", "type": "http" }, "http": { "method": "POST", "url": "https://{apstra_server}/api/projects", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new project (tenant)." }, { "info": { "name": "Juniper Networks Get project details", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/project/:project_id", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "Project UUID" } ] }, "docs": "Returns details of a specific project." }, { "info": { "name": "Juniper Networks Update project", "type": "http" }, "http": { "method": "PUT", "url": "https://{apstra_server}/api/project/:project_id", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "Project UUID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing project." }, { "info": { "name": "Juniper Networks Delete project", "type": "http" }, "http": { "method": "DELETE", "url": "https://{apstra_server}/api/project/:project_id", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "Project UUID" } ] }, "docs": "Deletes a project." } ] } ], "bundled": true }