{ "opencollection": "1.0.0", "info": { "name": "Mist Admins Sites WxTunnels API", "version": "2604.1.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Sites WxTunnels", "type": "folder" }, "items": [ { "info": { "name": "listSiteWxTunnels", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/sites/:site_id/wxtunnels", "params": [ { "name": "site_id", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" } ] }, "docs": "Get List of Site WxLan Tunnels" }, { "info": { "name": "createSiteWxTunnel", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/sites/:site_id/wxtunnels", "params": [ { "name": "site_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Site WxLan Tunnel" }, { "info": { "name": "getSiteWxTunnel", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/sites/:site_id/wxtunnels/:wxtunnel_id", "params": [ { "name": "site_id", "value": "", "type": "path" }, { "name": "wxtunnel_id", "value": "", "type": "path" } ] }, "docs": "Get Site WxLan tunnel Details" }, { "info": { "name": "updateSiteWxTunnel", "type": "http" }, "http": { "method": "PUT", "url": "https://api.mist.com/api/v1/sites/:site_id/wxtunnels/:wxtunnel_id", "params": [ { "name": "site_id", "value": "", "type": "path" }, { "name": "wxtunnel_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Site WxLan Tunnel" }, { "info": { "name": "deleteSiteWxTunnel", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mist.com/api/v1/sites/:site_id/wxtunnels/:wxtunnel_id", "params": [ { "name": "site_id", "value": "", "type": "path" }, { "name": "wxtunnel_id", "value": "", "type": "path" } ] }, "docs": "Delete Site WxLan Tunnel" } ] } ], "bundled": true }