BackupLocation

BackupLocation
BackupLocation

Backup location to backup VCF resources

JSON Example
{
    "directoryPath": "string",
    "password": "string",
    "port": 0,
    "protocol": "SFTP",
    "server": "string",
    "sshFingerprint": "string",
    "username": "string"
}
string
directoryPath
Required

Full directory path to save the backup files

string
password
Optional

Backup server password

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
server
Required

IP address or FQDN of the backup server

string
sshFingerprint
Optional

SSH fingerprint of the backup server

string
username
Required

Password for backup server username