Summary:
Retrieves extended information about backup.
Request specification:
Name |
Min/Max |
Type |
Description |
|
|
|
|
|
|
|
|
|
|
The backup ID. |
|
|
|
Options. |
|
|
|
|
|
Returns:
Name |
Min/Max |
Type |
Description |
|
|
The requested backup information. The data type of the returned structure is determined by the data type of the |
Description:
If you are connected to the Master Node in a Virtuozzo group, the call can access any backup located on every physical node. If you are connected to a slave node, the call can access only the local backups. If your backups are stored on a remote backup server, you must connect to that server directly and execute the call there.
Example:
Retrieving information about the specified backup.
<packet xmlns:ns2="http://www.swsoft.com/webservices/vzl/4.0.0/backupm" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="4.0.0">
<target>backupm</target>
<data>
<backupm>
<get_info>
<backup_id>57c2cd6c-c02b-4645-bdb5-e883ea005896/20070219170146</backup_id>
<options xsi:type="ns2:get_env_info_optionsType">
<env/>
</options>
</get_info>
</backupm>
</data>
</packet>