White Papers

16 Version 1.1.0
When the number of jobs in the JobQueue reach the maximum limit, jobs in the “Completed” state will be
deleted automatically. However, jobs in the “Failed” state will not automatically be deleted and must be
manually removed one at a time or using the keyword JID_CLEARALL, as mentioned above.
Table 6 DCIM_JobControlService.DeleteJobQueue() Method: Return Code Values
Value
Description
0
Request was successfully executed.
1
Method is unsupported.
2
Error occurred
Table 7 DCIM_JobControlService.DeleteJobQueue() Method: Parameters
Qualifiers
Name
Type
Description/Values
IN
JobID
string
The InstanceID property of the instances
of DCIM_LifeCycleJob that represent
the job to be deleted.
The value “JID_CLEARALL for the
JobID will clear all the jobs.
OUT
Message
string
Error Message
OUT
MessageID
string
Error Message ID- can be used to index
into Dell Message registry files
OUT
MessageArguments
string[]
Substitution variables for dynamic error
messages
8.3 DCIM_JobControlService.CreateRebootJob ()
The CreateRebootJob() method is used for creating a reboot job.