{ "opencollection": "1.0.0", "info": { "name": "Mist Admins Utilities Location API", "version": "2604.1.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Utilities Location", "type": "folder" }, "items": [ { "info": { "name": "sendSiteDevicesArbitraryBleBeacon", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/sites/:site_id/devices/send_ble_beacon", "params": [ { "name": "site_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Send arbitrary BLE Beacon for a period of time\n\nNote that only the devices that are connected will be restarted." } ] } ], "bundled": true }