RestoreConfiguration

RestoreConfiguration
RestoreConfiguration

Configuration where backup files are stored for restore

JSON Example
{
    "remote_file_server": {
        "directory_path": "string",
        "protocol": {
            "protocol_name": "string",
            "ssh_fingerprint": "string",
            "authentication_scheme": {
                "username": "string",
                "scheme_name": "string",
                "password": "string"
            }
        },
        "port": 0,
        "server": "string"
    },
    "passphrase": "string"
}
remote_file_server
Required

remote_file_server

string
passphrase
Optional

Passphrase used to encrypt backup files.