White Papers

36 Version 1.3.3
Table 44DCIM_LCService.RestoreImage() Method: Return Code Values
Value Description
1 Method is unsupported.
2 Error occurred
4096 A DCIM_ConcreteJob is returned
Table 45DCIM_LCService.RestoreImage() Method: Parameters
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), or
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), or
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 will 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), or
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), or
2 (CIFS) or not specified.
IN Username String Username 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 config.
IN ScheduledStartTime String The scheduled start time
IN UntilTime String
The maintenance time. Job will not run
passing this window. For example, if an
update is scheduled to run at 2:00 am and
have an UntilTime equal to 2:30am. If the
system does not reboot after 2:30 am then
this job will be marked as Failed Time
Elapsed.
OUT Job
DCIM_ConcreteJob
Ref
The job that represents this operation
OUT MessageID String
Error Message ID- can be used to index into
Dell Message registry files
OUT Message String
Error Message in English corresponding to
MessageID is returned if the method fails to
execute