Summary:
Retrieves the default backup configuration.
Request specification:
Name |
Min/Max |
Type |
Description |
|
|
|
|
|
|
|
|
|
|
|
If this element is present, the call returns the local configuration. If no local configuration is available, returns an error ( If the element is omitted, the call returns the actual configuration (retrieved from the master node if necessary). |
|
|
|
|
Returns:
Name |
Min/Max |
Type |
Description |
|
|
Backup manager configuration. |
Description:
The default backup configuration is stored in the Agent configuration file. It defines such parameters as backup server location and connectivity, backup type, compression level, certain assumptions and restrictions. The get_config
call retrieves the currently defined backup configuration. The configuration can be modified using the set_config
call.
Example:
Input
<packet version="4.0.0">
<target>backupm</target>
<data>
<backupm>
<get_config/>
</backupm>
</data>
</packet>
Output
<ns1:packet xmlns:ns3="http://www.swsoft.com/webservices/vzl/4.0.0/types" 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="3c45dda77bt6784rbb4" time="2007-02-21T00:29:30+0000" priority="0" version="4.0.0">
<ns1:origin>backupm</ns1:origin>
<ns1:target>vzclient4</ns1:target>
<ns1:dst>
<ns1:director>gend</ns1:director>
</ns1:dst>
<ns1:data>
<ns2:backupm>
<ns2:backupm_config>
<ns2:backup_server xsi:type="ns3:connection_infoType">
<ns3:protocol>agent</ns3:protocol>
<ns3:login xsi:type="ns3:auth_nameType"/>
<ns3:address>local</ns3:address>
</ns2:backup_server>
</ns2:backupm_config>
</ns2:backupm>
</ns1:data>
<ns1:src>
<ns1:director>gend</ns1:director>
</ns1:src>
</ns1:packet>