White Papers

Version 1.5.0 41
Table 61DCIM_LCService.RestoreImage() Method: Return Code Values 554
Value Description
2 Error occurred
4096
1
A DCIM_ConcreteJob is returned
1
Table 62DCIM_LCService.RestoreImage() Method: Parameters 555
Qualifiers Name Type Description/Values
IN IPAddress String IP address of the NFS or CIFS share.
The parameter shall be required, if the
ShareType parameter has value 0 (NFS), 2
(CIFS), or not specified.
IN. ShareName String Share name for the network share,
The parameter shall be required, if the
ShareType parameter has value 0 (NFS), 2
(CIFS), or not specified.
IN ShareType Uint16 Type of the share or storage.
0 NFS
2 CIFS
4 – VFLASH
If ShareType is blank or null, it shall be
considered as NFS type
IN Passphrase String The passphrase for the image.
The parameter shall be required, if the
ShareType parameter has value 0 (NFS), 2
(CIFS), or not specified.
IN ImageName String The name of the backup file.
The parameter shall be required, if the
ShareType parameter has value 0 (NFS), 2
(CIFS), or not specified.
IN Username String User name for the remote share
IN Password String Password for the remote share
IN Workgroup String Workgroup for the share
IN, REQ PreserveVDConfig Uint16
Whether to preserve the VD (Virtual Disk)
configuration.
IN ScheduledStartTime String
Start time for the job execution in format:
yyyymmddhhmmss.
The string "TIME_NOW" means immediate.
IN UntilTime String
End time for the job execution in format:
yyyymmddhhmmss. :
If this parameter is not NULL, then
ScheduledStartTime parameter shall also
be specified.
OUT Job
DCIM_ConcreteJob
Ref
The job that represents this operation
1
OUT MessageID String
Error Message ID may be used to look-up in
the Dell Message registry files. For more
information, see Error Message Registry.