{ "opencollection": "1.0.0", "info": { "name": "Juniper Networks Juniper Apstra Allowlists and Blocklists Organizations API", "version": "4.2.0" }, "request": { "auth": { "type": "apikey", "key": "AuthToken", "value": "{{AuthToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "Juniper Networks List organizations", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/orgs" }, "docs": "Returns a list of organizations accessible to the authenticated user." }, { "info": { "name": "Juniper Networks Get organization", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/orgs/:org_id", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "Organization unique identifier" } ] }, "docs": "Returns details for a specific organization." }, { "info": { "name": "Juniper Networks Update organization", "type": "http" }, "http": { "method": "PUT", "url": "https://{apstra_server}/api/orgs/:org_id", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "Organization unique identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing organization." }, { "info": { "name": "Juniper Networks Get organization statistics", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/orgs/:org_id/stats", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "Organization unique identifier" } ] }, "docs": "Returns statistics for the organization including device counts and client counts." } ] } ], "bundled": true }