System Administration > Lifecycle Management > Backup Restore Management > Restore

Deprecated. Get Restore configuration (Deprecated)

Deprecated. Please use API /cluster/backups/config, to get remote file server(where
backuped-up files are stored) details durign restore. In older versions
- Get configuration information for the file server used to store backed-up files.
Fields that contain secrets (password, passphrase) are not returned.

Request:

Method:
GET
URI Path(s):
/api/v1/cluster/restore/config
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
RestoreConfiguration+

Example Response:

{ "remote_file_server":{ "server":"10.1.2.3", "port":22, "protocol":{ "protocol_name":"sftp", "ssh_fingerprint":"SHA256:w2NgXhG2Nm76q9PL/bXWKkLbDS31uMLYttUe9eajPaA", "authentication_scheme":{ "scheme_name":"PASSWORD", "username":"admin" } }, "directory_path":"/nsx-backups" } }

Required Permissions:

read

Feature:

utilities_backup

Additional Errors: