backup_list
backup_list
Definition
backup_list returns a list of backups taken for the serverid.
Parameters
requires: action=backup_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>backup_list</action> <data> <backups> <backup> <backupid>991</backupid> <backupname>Backup - 2010-08-03 15:32:02</backupname> <backupdate>2010-08-03 15:36:12</backupdate> <backupsize>431MB</backupsize> </backup> <backup> <backupid>1016</backupid> <backupname>mytest 123 - backup1</backupname> <backupdate>2010-08-03 15:48:54</backupdate> <backupsize>431MB</backupsize> </backup> </backups> </data> <response> <code>1</code> <text>Action accepted</text> </response> </body> </xml>

