Set Trigger for Enabling/Disabling Reporting Information of Certain Devices
# Set Trigger for Enabling/Disabling Reporting Information of Certain Devices
Path:
/api/reportswitch
Method: PUT
API Description: This can be used to set the trigger for enabling/disabling reporting information of certain devices.
Request
| Name | Type | Example | Description |
|---|---|---|---|
| log_report | String | on | The on/off of reporting terminal log (default: Off). |
| complete_screen_status_report | String | on | The on/off of reporting full information (default: On). |
| not_rotate_program_screenshot_report | String | on | The on/off of reporting the screenshot of non-carousel program (default: On). |
| rotate_program_screenshot_report | String | on | The on/off of reporting the screenshot of carousel program (default: Off). |
| command_screenshot_report | String | on | The on/off of reporting the screenshot of the command. (default: On) |
| auto_vsns_report | String | on | The on/off of auto-reporting api/vsns.json, which is triggered by the action of switching program, deleting program, and downloading program (default: On). |
| manual_vsns_report | String | on | The on/off of reporting the manual application of api/vsns.json (default: On) |
| rotate_program_vsns_report | String | on | The on/off of reporting the name of carousel program (default: Off). |
| auto_info_report | String | on | The on/off of auto-reporting api/info.json, which is triggered by the action of deleting program, clearing programs, and clearing cache (default: On). |
| manual_info_report | String | on | The on/off of manually reporting api/info.json (default: On). |
| download_progress_report | String | on | The on/off of reporting download progress (default: On). |
Example
"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"
}