BrightSign Network Web API Reference Manual v.3.8 User Manual

Page 12

Advertising
background image

PagedList<DeviceDownload> GetDeviceDownloads(int deviceId, string marker, int pageSize) ...................................................................... 119

bool RenameDevice(int deviceId, string newName, string newDescription) ..................................................................................................... 120

bool UpdateDeviceLogsSettings(int deviceId, DeviceLogsSettings settings) .................................................................................................... 120

bool ReassignDevices(int[] deviceIds, int newGroupId) .................................................................................................................................... 121

bool ForceDevicesReboot(int[] deviceIds) ......................................................................................................................................................... 122

bool CancelDevicesReboot(int[] deviceIds) ....................................................................................................................................................... 122

bool ForceDevicesRecovery(int[] deviceIds, bool reformat) .............................................................................................................................. 123

bool CancelDevicesRecovery(int[] deviceIds) .................................................................................................................................................... 123

bool ForceDevicesLogsUpload(int[] deviceIds) .................................................................................................................................................. 124

bool CancelDevicesLogsUpload(int[] deviceIds)................................................................................................................................................ 124

PagedList<DeviceLogReport> GetDeviceLogReports(int deviceId, DeviceLogType logType, string marker, int pageSize) ........................... 125

bool DeleteDevices(int[] deviceIds) .................................................................................................................................................................... 126

Advertising