Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 659 Bytes

ha_reload.md

File metadata and controls

40 lines (29 loc) · 659 Bytes

ha_reload

Runs cubrid heartbeat reload command.

Request Json Syntax

Key Description
task task name
token token string encrypted.

Request Sample

{
 "task":"ha_reload",
 "token":"4504b930fc1be99bf5dfd31fc5799faaa3f117fb903f397de087cd3544165d857926f07dd201b6aa"
 }

Response Json Syntax

Key Description
task task name
status execution result, success or failed.
note if failed, a brief description will be given here

Response Sample

{
   "__EXEC_TIME" : "72 ms",
   "note" : "none",
   "status" : "success",
   "task" : "ha_reload"
}