{ "opencollection": "1.0.0", "info": { "name": "Juniper Networks Juniper Apstra Allowlists and Blocklists WLANs API", "version": "4.2.0" }, "request": { "auth": { "type": "apikey", "key": "AuthToken", "value": "{{AuthToken}}", "placement": "header" } }, "items": [ { "info": { "name": "WLANs", "type": "folder" }, "items": [ { "info": { "name": "Juniper Networks List WLANs", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/sites/:site_id/wlans", "params": [ { "name": "site_id", "value": "", "type": "path", "description": "Site unique identifier" } ] }, "docs": "Returns all WLANs configured at the specified site." }, { "info": { "name": "Juniper Networks Create WLAN", "type": "http" }, "http": { "method": "POST", "url": "https://{apstra_server}/api/sites/:site_id/wlans", "params": [ { "name": "site_id", "value": "", "type": "path", "description": "Site unique identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new WLAN at the specified site." }, { "info": { "name": "Juniper Networks Get WLAN details", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/sites/:site_id/wlans/:wlan_id", "params": [ { "name": "site_id", "value": "", "type": "path", "description": "Site unique identifier" }, { "name": "wlan_id", "value": "", "type": "path", "description": "WLAN unique identifier" } ] }, "docs": "Returns details for a specific WLAN." }, { "info": { "name": "Juniper Networks Update WLAN", "type": "http" }, "http": { "method": "PUT", "url": "https://{apstra_server}/api/sites/:site_id/wlans/:wlan_id", "params": [ { "name": "site_id", "value": "", "type": "path", "description": "Site unique identifier" }, { "name": "wlan_id", "value": "", "type": "path", "description": "WLAN unique identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing WLAN configuration." }, { "info": { "name": "Juniper Networks Delete WLAN", "type": "http" }, "http": { "method": "DELETE", "url": "https://{apstra_server}/api/sites/:site_id/wlans/:wlan_id", "params": [ { "name": "site_id", "value": "", "type": "path", "description": "Site unique identifier" }, { "name": "wlan_id", "value": "", "type": "path", "description": "WLAN unique identifier" } ] }, "docs": "Deletes a WLAN from the site." } ] } ], "bundled": true }