BackupLocation
BackupLocation
Backup location to backup VCF resources
JSON Example
{
"server": "string",
"port": 0,
"protocol": "SFTP",
"username": "string",
"password": "string",
"directoryPath": "string",
"sshFingerprint": "string"
}
string
server
Required
IP address or FQDN of the backup server
integer As int32 As int32
port
Required
Port number for the backup server to connect
string
protocol
Required
Protocol to be used for transferring files
string
username
Required
Backup server username
string
password
Optional
Backup server password
string
directoryPath
Required
Full directory path to save the backup files
string
sshFingerprint
Optional
SSH fingerprint of the backup server