RecoveryRestoreRestoreRequest
Restore.RestoreRequest structure Structure representing requested restore piece
Properties
string
backup_password
Optional
a password for a backup piece backupPassword If no password then the piece will not be decrypted
string
location
Required
path or url
string
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
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": "enum"
}