RecoveryRestoreJobRestoreRequest

Job.RestoreRequest structure Structure representing requested restore piece


Properties

string
location Required

path or url


location_type Required

Job.LocationType enumerated type Defines type of all locations for backup/restore
FTP : Destination is FTP server
HTTP : Destination is HTTP server
FTPS : Destination is FTPS server
HTTPS : Destination is HTTPS server
SCP : Destination is SSH server
SFTP : Destination is SFTP server
NFS : Destination is NFS server
SMB : Destination is SMB server

Possible values are: FTPHTTPFTPSHTTPSSCPSFTPNFSSMB


string as password
backup_password Optional

a password for a backup piece backupPassword If no password then the piece will not be decrypted


boolean
ignore_warnings Optional

The flag to ignore warnings during restore If unset, validation warnings will fail the restore operation


string as password
location_password Optional

password for location locationPassword Password for the specified user if login is required at this location.


string
location_user Optional

username for location locationUser User name for this location if login is required.


string
sso_admin_user_name Optional

Administrators Username for SSO. If unset SSO authentication will not be used. If the vCenter Server is a management node or an embedded node, authentication is required.


string as password
sso_admin_user_password Optional

The password for SSO admin user. If unset SSO authentication will not be used. If the vCenter Server is a management node or an embedded node, authentication is required.

JSON Example

{
	"location": "string",
	"location_type": "FTP"
}
Parameter To

Create Restore Job

Feedback

Was this page helpful?