ICP DAS WISE User Manual
http://wise.icpdas.com
296
Get the system information log recorded in the last one day.
Command
job=get_event_log
Parameters
None
Response
Normal Status
{
"status": "OK",
"result": [
{
"time": "2014/07/24 14:11:28",
"type": "Login",
"message": "Administrator Login
Successfully."
},
…
]
}
Password error
{
"status": "PASSWORD_INCORRECT"
}
Get the system time.
Command
job=get_system_time
Parameters
None
Response
Normal Status
{
"status": "OK",
"result": {
"time": "2014/07/24 14:11:28"
}
}
Password error
{
"status": "PASSWORD_INCORRECT"
}