This function lists the tasks that the restoration queue is actively processing.
HTTP Request was successful.
object  | |
object  | 
whmapi1 --output=jsonpretty \ restore_queue_list_active
{- "data": {
- "restore_job": [
- {
- "options": {
- "destid": "local",
 - "give_ip": 1,
 - "mail_config": 1,
 - "mysql": 1,
 - "subdomains": 1
 
}, - "restore_point": "2019-10-21T00:00:00.000Z",
 - "user": "username"
 
} 
] 
}, - "metadata": {
- "command": "restore_queue_list_active",
 - "reason": "OK",
 - "result": 1,
 - "version": 1
 
} 
}