Check consistency of database.
Key |
Description |
task |
task name |
token |
token string encrypted. |
dbname |
database name |
repairdb |
on-off indicating whether to repair database |
{
"task": "checkdb",
"token": "cdfb4c5717170c5e237a227a2ceeccc6ae9e10c16754fb85371c0d74fa0d9d577926f07dd201b6aa",
"dbname": "alatestdb",
"repairdb": "n"
}
Key |
Description |
task |
task name |
status |
execution result, success or failed. |
note |
if failed, a brief description will be given here |
{
"__EXEC_TIME" : "33 ms",
"note" : "none",
"status" : "success",
"task" : "checkdb"
}