Request Packet Structure
A request XML packet retrieving remote storage settings includes the get-remote-storage-settings operation node:
<packet version="1.6.0.0">
<backup-manager>
<get-remote-storage-settings>
...
</get-remote-storage-settings>
</backup-manager>
</packet>
The get-remote-storage-settings node is presented by type BackupGetRemoteStorageSettingsInput (backup.xsd), and its graphical representation is as follows:

- The domain-id node is optional. It specifies the domain ID. Data type: integer.
- The domain-name node is optional. It specifies the domain name. Data type: string.
- The client-id node is optional. It specifies the client ID. Data type: integer.
- The client-login node is optional. It specifies the client login. Data type: string.
- The reseller-id node is optional. It specifies the reseller ID. Data type: integer.
- The reseller-login node is optional. It specifies the reseller login. Data type: string.
- The server node is optional. It instructs Plesk to create a server-level backup. Data type: none.
- The protocol node is required. It specifies the protocol for which the settings are retrieved. Data type: string. Allowed values: ftp.
Note: If you do not define a target Plesk user, the operation will use packet sender identifier.