Set the monitoring statistic interval
Key | Description |
---|---|
task | task name |
token | token string encrypted. |
interval | monitoring interval(seconds) |
{
"task": "set_mon_interval",
"token": "4504b930fc1be99bf5dfd31fc5799faaa3f117fb903f397de087cd3544165d857926f07dd201b6aa",
"interval": 60
}
Key | Description |
---|---|
task | task name |
status | execution result, success or failed. |
note | if failed, a brief description will be given here |
{
"task": "set_mon_interval",
"status": "success",
"note": "none"
}