White Papers

34 Version 1.3.3
Table 42DCIM_LCService.BackupImage() Method: Return Code Values
Value Description
1 Method is unsupported.
2 Error occurred
4096 A DCIM_ConcreteJob is returned
Table 43DCIM_LCService.BackupImage() Method: Parameters
Qualifiers Name Type Description/Values
IN IPAddress String
IP address of the NFS or CIFS share such
as 192.168.10.12.
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 such as
imageshare”.
The parameter shall be required, if the
ShareType parameter has value 0 (NFS), or
2 (CIFS) or not specified.
IN ShareType Unit16 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 ScheduledStartTime String The scheduled start time
IN UntilTime String
The maintenance time. Job will not run
passing this window.
OUT MessageID String
Error Message ID- can be used to index into
Dell Message registry files
OUT Job
DCIM_ConcreteJob
Ref
The job that represents this operation
OUT Message String
Error Message in English corresponding to
MessageID is returned if the method fails to
execute
OUT MessageArguments string[]
Substitution variables for dynamic error
messages