jobqueue_list
jobqueue_list
Definition
jobqueue_list lists the serverid's jobs in the job queue.
Parameters
requires: action=jobqueue_list, serverid=(int)
Example Response
<xml> <title>Quantact api</title> <tos> For authorized use only. Usage of this api is governed by the Quantact terms of service. http://www.quantact.com/aup.shtml </tos> <body> <action>jobqueue_list</action> <data> <jobqueue> <job> <jobid>36358</jobid> <jobdesc>Installing distribution Centos 5</jobdesc> <jobreturn>Configuration Centos 5 has been installed on host4.</jobreturn> <jobstarttime>2010-08-03 16:21:39</jobstarttime> <jobclosetime>2010-08-03 16:22:28</jobclosetime> <jobstatus>Finished</jobstatus> </job> <job> <jobid>36359</jobid> <jobdesc>Restoring backup of xenbox2</jobdesc> <jobreturn>Backup restored for xenbox2 on host4</jobreturn> <jobstarttime>2010-08-03 16:34:06</jobstarttime> <jobclosetime>2010-08-03 16:36:37</jobclosetime> <jobstatus>Finished</jobstatus> </job> <job> <jobid>36360</jobid> <jobdesc>Starting VDS</jobdesc> <jobreturn> - VDS has been started on host4</jobreturn> <jobstarttime>2010-08-03 16:38:32</jobstarttime> <jobclosetime>2010-08-03 16:39:07</jobclosetime> <jobstatus>Finished</jobstatus> </job> </jobqueue> </data> <response> <code>1</code> <text>Action accepted</text> </response> </body> </xml>

