Skip to content

monitoring_log_stop

Tech

Stops logging monitoring records.

Params

N/A

Return

Note

Both error and result objects can be present in the response. This is helpful, when the error is caused by a request incompatible with the current monitoring log status. Typically, this can happen when multiple users interact with the device at the same time.

attribute description
log
Log
Info about log data. If omitted or set to null it indicates there is no log in the device.

Log

attribute description
start_time*
unsigned int
A Unix timestamp when logging was started
end_time
unsigned int
A Unix timestamp when logging ended. null indicates logging is in progress.
size*
unsigned int
Size of the monitoring log saved in device in bytes
size_limit*
unsigned int
Max size of monitoring log to be saved according to configuration in bytes
duration_limit
unsigned int
Max number of seconds for how long to log monitoring records into file. null indicates that duration is not limited by the time.