设置部分设备信息的上报开关

555

# 设置部分设备信息的上报开关

Path:

/api/reportswitch

Method: PUT

接口描述: 设置设备部分信息的上报开关,当特定条件触发时,由开关决定数据是否上报

请求参数

名称 类型 示例 描述
log_report String on 终端日志的上报开关,默认off
complete_screen_status_report String on 全量信息的上报开关,默认on
not_rotate_program_screenshot_report String on 非轮播节目的截图上报开关,默认on
rotate_program_screenshot_report String on 轮播节目的截图上报开关,默认off
command_screenshot_report String on 指令截图的上报开关,默认on
auto_vsns_report String on api/vsns.json的自动上报开关,上报由切节目,删节目,节目下载等触发,默认on
manual_vsns_report String on 手动请求api/vsns.json的上报开关,默认on
rotate_program_vsns_report String on 轮播节目名上报开关,默认off
auto_info_report String on 自动上报api/info.json的开关,上报由节目删除,清空节目,清缓存等触发,默认on
manual_info_report String on 手动上报api/info.json的开关,默认on
download_progress_report String on 下载进度上报开关,默认on

请求示例

	"log_report": "off",
	"complete_screen_status_report": "on",
	"not_rotate_program_screenshot_report": "on",
	"rotate_program_screenshot_report": "off",
	"command_screenshot_report": "on",
	"auto_vsns_report": "on",
	"manual_vsns_report": "on",
	"rotate_program_vsns_report": "off",
	"auto_info_report": "on",
	"manual_info_report": "on",
	"download_progress_report": "on"
}