Related with start_statdump, deactivate the previously started statdump process
Key |
Description |
task |
task name |
token |
token string encrypted. |
dbname |
database name to stop statdump process running on the dbname |
dbuser |
database username |
dbpasswd |
password of dbuser |
{
"task":"stop_statdump",
"token": "cdfb4c5717170c5e9c6856b4d1c61ee8132bcc7d82bd609066ed9ece2554c47f7926f07dd201b6aa",
"dbname": "demodb"
"dbuser":"dba",
"dbpasswd":""
}
Key |
Description |
task |
task name |
status |
execution result, success or failed |
note |
if failed, a brief description will be given here |
{
"__EXEC_TIME" : "56 ms",
"note" : "demodb",
"status" : "success",
"task" : "stop_statdump"
}