Previous page

Next page

Locate page in Contents

Print this page

get_info

Summary:

Retrieves extended information about backup.

Request specification:

Name

Min/Max

Type

Description

get_info

1..1

 

 

{

 

 

 

backup_id

1..1

backupid_type

The backup ID.

options

1..1

get_info_optionsType

Options.

}

 

 

 

Returns:

Name

Min/Max

Type

Description

info

1..1

backup_dataType

The requested backup information.

The data type of the returned structure is determined by the data type of the options element in the request.

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>

Please send us your feedback on this help page