{ "opencollection": "1.0.0", "info": { "name": "Juniper Networks Juniper Apstra Intent-Based Networking Alarms WLANs API", "version": "4.2" }, "request": { "auth": { "type": "apikey", "key": "AuthToken", "value": "{{AuthToken}}", "placement": "header" } }, "items": [ { "info": { "name": "WLANs", "type": "folder" }, "items": [ { "info": { "name": "Juniper Networks List site 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 WLAN configurations for a site. Each WLAN defines an SSID with associated security, VLAN, and radio settings." }, { "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 (SSID) at a site with specified security, VLAN, and radio configuration." } ] } ], "bundled": true }