{ "opencollection": "1.0.0", "info": { "name": "Juniper Networks Juniper Apstra Intent-Based Networking Alarms Organizations API", "version": "4.2" }, "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 all organizations the authenticated user has access to. Organizations are the top-level container for sites, devices, and configuration." }, { "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 the details of 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 the settings of an organization." } ] } ], "bundled": true }