{ "opencollection": "1.0.0", "info": { "name": "Mist Admins Sites Stats - Clients SDK API", "version": "2604.1.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Sites Stats - Clients SDK", "type": "folder" }, "items": [ { "info": { "name": "getSiteSdkStatsByMap", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/sites/:site_id/stats/maps/:map_id/sdkclients", "params": [ { "name": "site_id", "value": "", "type": "path" }, { "name": "map_id", "value": "", "type": "path" } ] }, "docs": "Get SdkClient Stats By Map" }, { "info": { "name": "getSiteSdkStats", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/sites/:site_id/stats/sdkclients/:sdkclient_id", "params": [ { "name": "site_id", "value": "", "type": "path" }, { "name": "sdkclient_id", "value": "", "type": "path" } ] }, "docs": "Get Detail Stats of a SdkClient" } ] } ], "bundled": true }