Use the get-supported-protocols to retrieve transport protocols supported by the backup-manager operator.
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.
The get-supported-protocols node of the output XML packet is presented by type BackupGetSupportedProtocolsOutput (backup.xsd
) and structured as follows:
common.xsd
).
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>