Summary:
Retrieves backup information.
Request specification:
Name |
Min/Max |
Type |
Description |
|
|
|
|
|
|
|
|
|
|
List of backup IDs to retrive the information for. If this element is omitted, the information about all available backups will be retrieved. |
|
|
|
List options. Use the options provided by this element as a filter to retrieve the information that you require. |
|
|
|
|
|
Returns:
Name |
Min/Max |
Type |
Description |
|
|
Backup information. |
Description:
If you are connected to the master node in a Virtuozzo group, the call retrieves information about all backups in the group. In all other cases, the call retrieves only the backups that are stored on the machine that you are connected to. If you are connected to a slave node but want to retrieve the information from a backup server located elsewhere, you must connect to it directly and execute the call there.
Example:
Retrieving information about the latest backup of the specified Virtuozzo Container.
Input
<packet version="4.0.0">
<target>backupm</target>
<data>
<backupm>
<list>
<options>
<eid>57c2cd6c-c02b-4645-bdb5-e883ea005896</eid>
<latest/>
</options>
</list>
</backupm>
</data>
</packet>
Output
<ns1:packet xmlns:ns1="http://www.swsoft.com/webservices/vzl/4.0.0/protocol" xmlns:ns2="http://www.swsoft.com/webservices/vzl/4.0.0/backupm" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="ec45dc6f27t26e9r488" time="2007-02-20T09:10:29+0000" priority="0" version="4.0.0">
<ns1:origin>backupm</ns1:origin>
<ns1:target>vzclient3</ns1:target>
<ns1:dst>
<ns1:director>gend</ns1:director>
</ns1:dst>
<ns1:data>
<ns2:backupm>
<ns2:backup>
<ns2:eid>57c2cd6c-c02b-4645-bdb5-e883ea005896</ns2:eid>
<ns2:description>RnVsbCBiYWNrdXAgMjAwNy0wMS0xMg==</ns2:description>
<ns2:count>2</ns2:count>
<ns2:id>57c2cd6c-c02b-4645-bdb5-e883ea005896/20070219170146</ns2:id>
<ns2:time>2007-02-19T22:01:46+0000</ns2:time>
<ns2:size>12551059</ns2:size>
<ns2:type>0</ns2:type>
<ns2:storage_eid>89e27960-97b8-461f-902f-557b4b16784b</ns2:storage_eid>
<ns2:info>
<ns2:message></ns2:message>
<ns2:name></ns2:name>
<ns2:translate/>
<ns2:parameter>
<ns2:message>SG9zdC0xMDY=</ns2:message>
<ns2:name>hostname</ns2:name>
<ns2:translate/>
</ns2:parameter>
<ns2:parameter>
<ns2:message>MTAuMTMwLjEuNg==</ns2:message>
<ns2:name>ip</ns2:name>
<ns2:translate/>
</ns2:parameter>
<ns2:parameter>
<ns2:message>VGVzdC1WRTY=</ns2:message>
<ns2:name>name</ns2:name>
<ns2:translate/>
</ns2:parameter>
<ns2:parameter>
<ns2:message></ns2:message>
<ns2:name>os</ns2:name>
<ns2:parameter>
<ns2:message>TGludXg=</ns2:message>
<ns2:name>platform</ns2:name>
</ns2:parameter>
</ns2:parameter>
<ns2:parameter>
<ns2:message>ODllMjc5NjAtOTdiOC00NjFmLTkwMmYtNTU3YjRiMTY3ODRi</ns2:message>
<ns2:name>parent_eid</ns2:name>
<ns2:translate/>
</ns2:parameter>
<ns2:parameter>
<ns2:message>ZGhjcDAtNDAuc3cucnU=</ns2:message>
<ns2:name>parent_env_title</ns2:name>
<ns2:translate/>
</ns2:parameter>
<ns2:parameter>
<ns2:message>VGVzdC1WRTY=</ns2:message>
<ns2:name>title</ns2:name>
<ns2:translate/>
</ns2:parameter>
<ns2:parameter>
<ns2:message>dmlydHVvenpv</ns2:message>
<ns2:name>type</ns2:name>
</ns2:parameter>
</ns2:info>
</ns2:backup>
</ns2:backupm>
</ns1:data>
<ns1:src>
<ns1:director>gend</ns1:director>
</ns1:src>
</ns1:packet>