White Papers

Version 1.1.0 17
Table 8 DCIM_JobControlService.CreateRebootJob() Method: Return Code Values
Value
Description
0
Request was successfully executed.
1
Method is unsupported.
2
Error occurred
Table 9 DCIM_JobControlService.CreateRebootJob() Method: Parameters
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_ConcreteJob
REF
Returns the created reboot job.
Note: direct GET operation on the
returned referenced will FAIL. Extract
the InstanceID selector value from the
output parameter and construct the URI
as described in section 10.2.1.
9 Use Cases
This section contains use cases for the Job Control Profile.
9.1 Discovery of Job Control profile support
Use one of the two procedures below to confirm the existence of Job Control profile support
A) GET the DCIM_LCRegisteredProfile instance using an InstanceID of
DCIM:JobControl:1.0.0. See section 3.14 for a definition of GET.
Instance URI:
http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/DCIM_LCRegisteredProfile?__cimnamespace=root/interop+InstanceID=DCIM:JobCon
trol:1.0.0
Results for the InstanceID of DCIM:JobControl:1.0.0 shown below. If no instance is returned, the
profile is not supported.