Retrieving Protocols Supported by Backup Manager

Use the get-supported-protocols to retrieve transport protocols supported by the backup-manager operator.

In this chapter:

Request Packet

Response Packet Structure

Samples

 

Request Packet

A request XML packet retrieving protocols supported by backup-manager includes the get-supported-protocols operation node:

<packet>
<backup-manager>
   <get-supported-protocols/>
</backup-manager>
</packet>

 

The get-supported-protocols node is required. Data type: none.

 

Response Packet Structure

The get-supported-protocols node of the output XML packet is presented by type BackupGetSupportedProtocolsOutput (backup.xsd) and structured as follows:

 

 

Samples

Requesting supported protocols

The request packet looks as follows:

<packet>
<backup-manager>
   <get-supported-protocols/>
</backup-manager>
</packet>

 

Response:

<packet version="1.6.7.0">
  <backup-manager>
    <get-supported-protocols>
      <result>
        <status>ok</status>
        <protocol>ftp</protocol>
      </result>
    </get-supported-protocols>
  </backup-manager>
</packet>