White Papers

28 Version 1.2.0
Table 19DCIM_JobService.CreateRebootJob() Method: Standard Messages 455
MessageID (OUT parameter) Message MessageArguments[]
JCP010 The command was successful
JCP011 Invalid parameter value
JCP012 Resoure allocation failure
JCP013 Required parameter not found
SUP022
JobQueue Exceeds the size limit.
Delete unwanted JobID(s)
456
8.4 DCIM_JobService.CreateRebootJob () 457
The CreateRebootJob() method is used for creating a reboot job. 458
Table 20DCIM_JobService.CreateRebootJob() Method: Return Code Values 459
Value Description
0 Request was successfully executed.
1 Method is unsupported.
2 Error occurred
Table 21DCIM_JobService.CreateRebootJob() Method: Parameters 460
Qualifiers Name Type Description/Values
IN RebootJobType uint16
Input Parameter represents the type of
Reboot :
1 = “PowerCycle"
2 = “Graceful Reboot without
forced shutdown
3 = “Graceful Reboot with
forced shutdown"
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
OUT Job
DCIM_LifecycleJob
REF
Returns the created reboot job.
461