{ "opencollection": "1.0.0", "info": { "name": "Mist Admins Sites Setting API", "version": "2604.1.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Sites Setting", "type": "folder" }, "items": [ { "info": { "name": "getSiteSetting", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/sites/:site_id/setting", "params": [ { "name": "site_id", "value": "", "type": "path" } ] }, "docs": "Get the Site Settings" }, { "info": { "name": "updateSiteSettings", "type": "http" }, "http": { "method": "PUT", "url": "https://api.mist.com/api/v1/sites/:site_id/setting", "params": [ { "name": "site_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Site Settings" }, { "info": { "name": "createSiteWirelessClientsBlocklist", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/sites/:site_id/setting/blacklist", "params": [ { "name": "site_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint is to provide list of client macs for annotation blacklist.\n\nRetrieve the current clients list `blacklist_url` under Site:Setting" }, { "info": { "name": "deleteSiteWirelessClientsBlocklist", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mist.com/api/v1/sites/:site_id/setting/blacklist", "params": [ { "name": "site_id", "value": "", "type": "path" } ] }, "docs": "Delete Site Blacklist Station Clients" }, { "info": { "name": "getSiteSettingDerived", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/sites/:site_id/setting/derived", "params": [ { "name": "site_id", "value": "", "type": "path" } ] }, "docs": "Get the Derived Site Settings, generated by merging the Org level templates (network templates, gateway templates) and the Site level configuration. If the same parameter is defined in both scopes, the Site level one is used. In addition, the Zoom and Teams accounts are also merged into the derived settings." }, { "info": { "name": "createSiteWatchedStations", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/sites/:site_id/setting/watched_station", "params": [ { "name": "site_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint is to provide list of client macs for annotation as watched station.\n\nRetrieve the current clients list from `watched_station_url` under Site:Setting" }, { "info": { "name": "deleteSiteWatchedStations", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mist.com/api/v1/sites/:site_id/setting/watched_station", "params": [ { "name": "site_id", "value": "", "type": "path" } ] }, "docs": "Delete Site Watched Station Clients" }, { "info": { "name": "createSiteWirelessClientsAllowlist", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/sites/:site_id/setting/whitelist", "params": [ { "name": "site_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint is to provide list of client macs for annotation as whitelist.\n\nRetrieve the current clients list from `whitelist_url` under Site:Setting" }, { "info": { "name": "deleteSiteWirelessClientsAllowlist", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mist.com/api/v1/sites/:site_id/setting/whitelist", "params": [ { "name": "site_id", "value": "", "type": "path" } ] }, "docs": "Delete Site Whitelist Station Clients" } ] } ], "bundled": true }