{ "opencollection": "1.0.0", "info": { "name": "Mist Admins Sites WxRules API", "version": "2604.1.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Sites WxRules", "type": "folder" }, "items": [ { "info": { "name": "listSiteWxRules", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/sites/:site_id/wxrules", "params": [ { "name": "site_id", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" } ] }, "docs": "Get List of Site WxLan Rules" }, { "info": { "name": "createSiteWxRule", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/sites/:site_id/wxrules", "params": [ { "name": "site_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Site WxLan Rule" }, { "info": { "name": "ListSiteWxRulesDerived", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/sites/:site_id/wxrules/derived", "params": [ { "name": "site_id", "value": "", "type": "path" } ] }, "docs": "Get the list of derived WxLan Rule for a site" }, { "info": { "name": "getSiteWxRule", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/sites/:site_id/wxrules/:wxrule_id", "params": [ { "name": "site_id", "value": "", "type": "path" }, { "name": "wxrule_id", "value": "", "type": "path" } ] }, "docs": "Get Site WxLan Rule Details" }, { "info": { "name": "updateSiteWxRule", "type": "http" }, "http": { "method": "PUT", "url": "https://api.mist.com/api/v1/sites/:site_id/wxrules/:wxrule_id", "params": [ { "name": "site_id", "value": "", "type": "path" }, { "name": "wxrule_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Site WxLan Rule" }, { "info": { "name": "deleteSiteWxRule", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mist.com/api/v1/sites/:site_id/wxrules/:wxrule_id", "params": [ { "name": "site_id", "value": "", "type": "path" }, { "name": "wxrule_id", "value": "", "type": "path" } ] }, "docs": "Delete Site WxLan Rule" } ] } ], "bundled": true }