{ "opencollection": "1.0.0", "info": { "name": "Juniper Networks Juniper Apstra Intent-Based Networking Alarms Sites API", "version": "4.2" }, "request": { "auth": { "type": "apikey", "key": "AuthToken", "value": "{{AuthToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Sites", "type": "folder" }, "items": [ { "info": { "name": "Juniper Networks List organization sites", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/orgs/:org_id/sites", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "Organization unique identifier." } ] }, "docs": "Returns all sites belonging to an organization. Sites represent physical locations such as offices, campuses, or retail stores." }, { "info": { "name": "Juniper Networks Create site", "type": "http" }, "http": { "method": "POST", "url": "https://{apstra_server}/api/orgs/:org_id/sites", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "Organization unique identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new site within an organization. Sites are the primary grouping for devices and network configuration." }, { "info": { "name": "Juniper Networks Get site", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/sites/:site_id", "params": [ { "name": "site_id", "value": "", "type": "path", "description": "Site unique identifier." } ] }, "docs": "Returns the details of a specific site." }, { "info": { "name": "Juniper Networks Update site", "type": "http" }, "http": { "method": "PUT", "url": "https://{apstra_server}/api/sites/:site_id", "params": [ { "name": "site_id", "value": "", "type": "path", "description": "Site unique identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the configuration of a site." }, { "info": { "name": "Juniper Networks Delete site", "type": "http" }, "http": { "method": "DELETE", "url": "https://{apstra_server}/api/sites/:site_id", "params": [ { "name": "site_id", "value": "", "type": "path", "description": "Site unique identifier." } ] }, "docs": "Deletes a site and all associated configuration." } ] } ], "bundled": true }