White Papers

30 Version 1.2.0
Table 23 DCIM_JobService.CreateRebootJob() Method: Standard Messages
495
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)
496
8.4 DCIM_JobService.CreateRebootJob ()
497
The CreateRebootJob() method is used for creating a reboot job.
498
Table 24 DCIM_JobService.CreateRebootJob() Method: Return Code Values
499
Value
Description
0
Request was successfully executed.
1
Method is unsupported.
2
Error occurred
Table 25 DCIM_JobService.CreateRebootJob() Method: Parameters
500
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.
501